[−][src]Trait easy_ml::numeric::extra::Sqrt
A type which can be square rooted.
This is implemented by f32
and f64
by value and by reference.
A type which can be square rooted.
This is implemented by f32
and f64
by value and by reference.
type Output
impl Sqrt for f32
[src]impl<'_> Sqrt for &'_ f32
[src]impl Sqrt for f64
[src]impl<'_> Sqrt for &'_ f64
[src]