Trait easy_ml::numeric::extra::Sqrt [−][src]
A type which can be square rooted.
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> Sqrt for &Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]
impl<'a, T: Numeric + Real + Primitive> Sqrt for &Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]Square root of a Record by reference.
impl<'a, T: Numeric + Real + Primitive> Sqrt for Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]
impl<'a, T: Numeric + Real + Primitive> Sqrt for Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]Operation for a record by value.