Trait ndarray_linalg::types::NaturalLogarithm [−][src]
pub trait NaturalLogarithm {
fn ln(&self) -> Self;
}Define ln() more generally
Required Methods
fn ln(&self) -> Self
Implementations on Foreign Types
impl NaturalLogarithm for f64[src]
impl NaturalLogarithm for f64impl NaturalLogarithm for f32[src]
impl NaturalLogarithm for f32