Trait easy_ml::numeric::extra::Ln [−][src]
A type which can compute the natural logarithm of itself: ln(self).
This is implemented by f32
and f64
by value and by reference, as well as
Traces
and Records of these.
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
Loading content...Implementors
impl<'a, T: Numeric + Real + Primitive> Ln for &Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]
impl<'a, T: Numeric + Real + Primitive> Ln for &Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]Natural logarithm, ie ln(x) of a Record by reference.
impl<'a, T: Numeric + Real + Primitive> Ln for Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]
impl<'a, T: Numeric + Real + Primitive> Ln for Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]Operation for a record by value.