Trait erydanos::Logarithmic

source ·
pub trait Logarithmic {
    // Required method
    fn eln(self) -> Self;
}

Required Methods§

source

fn eln(self) -> Self

Computes natural logarithm for value

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Logarithmic for f32

source§

fn eln(self) -> Self

source§

impl Logarithmic for f64

source§

fn eln(self) -> Self

Implementors§