Trait ndarray_linalg::types::NaturalLogarithm[][src]

pub trait NaturalLogarithm {
    fn ln(&self) -> Self;
}

Define ln() more generally

Required Methods

Implementations on Foreign Types

impl NaturalLogarithm for f64
[src]

impl NaturalLogarithm for f32
[src]

Implementors