[−][src]Trait easy_ml::numeric::extra::Exp
A type which can compute e^self.
This is implemented by f32 and f64 by value and by reference.
A type which can compute e^self.
This is implemented by f32 and f64 by value and by reference.
type Outputimpl Exp for f32[src]impl<'_> Exp for &'_ f32[src]impl Exp for f64[src]impl<'_> Exp for &'_ f64[src]