Trait pane::math::Cos

source ·
pub trait Cos {
    type Output;

    fn cos(&self) -> Self::Output;
}
Expand description

Trait for getting the cosine of a number

Required Associated Types

The output type

Required Methods

Get the cosine

Implementations on Foreign Types

Implementors