[−][src]Trait easy_ml::numeric::extra::Ln
A type which can compute the natural logarithm of itself: ln(self).
This is implemented by f32
and f64
by value and by reference.
A type which can compute the natural logarithm of itself: ln(self).
This is implemented by f32
and f64
by value and by reference.
type Output
impl Ln for f32
[src]impl<'_> Ln for &'_ f32
[src]impl Ln for f64
[src]impl<'_> Ln for &'_ f64
[src]