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