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

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

Types with a sane definition of π and cosine.

Required methods

fn pi() -> Self

π.

fn cos(self) -> Self

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...