Trait mixed_num::MixedTrigonometry[][src]

pub trait MixedTrigonometry {
    fn mixed_sin(&self) -> Self;
fn mixed_cos(&self) -> Self;
fn mixed_atan(&self) -> Self; }

Required methods

Take the sin of x. Implementation varies with type.

Take the sin of x. Implementation varies with type.

Take the sin of x. Implementation varies with type.

Implementors