Trait easy_ml::numeric::extra::Exp [−][src]
A type which can compute e^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> Exp for &Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]
impl<'a, T: Numeric + Real + Primitive> Exp for &Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]Exponential, ie ex of a Record by reference.
impl<'a, T: Numeric + Real + Primitive> Exp for Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]
impl<'a, T: Numeric + Real + Primitive> Exp for Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]Operation for a record by value.