[][src]Trait cichlid::math::Trig

pub trait Trig<Signed> {
    fn sin(self) -> Signed;
fn cos(self) -> Signed; }

Basic trigonometric functions for integers.

Required methods

fn sin(self) -> Signed

fn cos(self) -> Signed

Loading content...

Implementations on Foreign Types

impl Trig<u8> for u8[src]

impl Trig<i16> for u16[src]

Loading content...

Implementors

Loading content...