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
fn mixed_atan(&self) -> Self
fn mixed_atan(&self) -> Self
Take the sin of x. Implementation varies with type.
