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