[−][src]Trait easy_ml::numeric::extra::Pow
A type which can compute self^rhs.
This is implemented by f32 and f64 for all combinations of
by value and by reference.
A type which can compute self^rhs.
This is implemented by f32 and f64 for all combinations of
by value and by reference.
type Outputimpl Pow<f32> for f32[src]impl<'a> Pow<&'a f32> for f32[src]impl<'a> Pow<f32> for &'a f32[src]impl<'a, 'b> Pow<&'b f32> for &'a f32[src]impl Pow<f64> for f64[src]impl<'a> Pow<&'a f64> for f64[src]impl<'a> Pow<f64> for &'a f64[src]impl<'a, 'b> Pow<&'b f64> for &'a f64[src]