Trait ha_ndarray::Trig
source · pub trait Trig {
// Required methods
fn sin(self) -> Self;
fn asin(self) -> Self;
fn sinh(self) -> Self;
fn cos(self) -> Self;
fn acos(self) -> Self;
fn cosh(self) -> Self;
fn tan(self) -> Self;
fn atan(self) -> Self;
fn tanh(self) -> Self;
}
Expand description
Trigonometric operations on a scalar value
Required Methods§
Object Safety§
This trait is not object safe.