[−][src]Trait easy_ml::numeric::extra::Cos
A type which can compute the cosine of itself: cos(self)
This is implemented by f32 and f64 by value and by reference.
A type which can compute the cosine of itself: cos(self)
This is implemented by f32 and f64 by value and by reference.
type Outputimpl Cos for f32[src]impl<'_> Cos for &'_ f32[src]impl Cos for f64[src]impl<'_> Cos for &'_ f64[src]