Trait easy_ml::numeric::extra::Sin [−][src]
A type which can compute the sine of itself: sin(self)
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> Sin for &Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]
impl<'a, T: Numeric + Real + Primitive> Sin for &Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]Sine of a Record by reference.
impl<'a, T: Numeric + Real + Primitive> Sin for Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]
impl<'a, T: Numeric + Real + Primitive> Sin for Record<'a, T> where
&'t T: NumericRef<T> + RealRef<T>,
[src]Operation for a record by value.