Trait series::ops::Ln

source ·
pub trait Ln {
    type Output;

    fn ln(self) -> Self::Output;
}
Expand description

Traits for common functions Trait for the natural logarithm

Required Associated Types

Required Methods

Implementations on Foreign Types

Implementors