Trait shades::Trigonometry[][src]

pub trait Trigonometry {
    fn radians(&self) -> Self;
fn degrees(&self) -> Self;
fn sin(&self) -> Self;
fn cos(&self) -> Self;
fn tan(&self) -> Self;
fn asin(&self) -> Self;
fn acos(&self) -> Self;
fn atan(&self) -> Self;
fn sinh(&self) -> Self;
fn cosh(&self) -> Self;
fn tanh(&self) -> Self;
fn asinh(&self) -> Self;
fn acosh(&self) -> Self;
fn atanh(&self) -> Self; }

Required methods

fn radians(&self) -> Self[src]

fn degrees(&self) -> Self[src]

fn sin(&self) -> Self[src]

fn cos(&self) -> Self[src]

fn tan(&self) -> Self[src]

fn asin(&self) -> Self[src]

fn acos(&self) -> Self[src]

fn atan(&self) -> Self[src]

fn sinh(&self) -> Self[src]

fn cosh(&self) -> Self[src]

fn tanh(&self) -> Self[src]

fn asinh(&self) -> Self[src]

fn acosh(&self) -> Self[src]

fn atanh(&self) -> Self[src]

Loading content...

Implementors

impl Trigonometry for Expr<f32>[src]

impl Trigonometry for Expr<V2<f32>>[src]

impl Trigonometry for Expr<V3<f32>>[src]

impl Trigonometry for Expr<V4<f32>>[src]

Loading content...