[][src]Trait splines::interpolate::Trigo

pub trait Trigo {
    pub fn pi() -> Self;
pub fn cos(self) -> Self; }

Types with a sane definition of π and cosine.

Required methods

pub fn pi() -> Self[src]

π.

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

Cosine of the argument.

Loading content...

Implementations on Foreign Types

impl Trigo for f32[src]

impl Trigo for f64[src]

Loading content...

Implementors

Loading content...