Trait pane::math::Sin

source ·
pub trait Sin {
    type Output;

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

Trait for getting the sine of a number

Required Associated Types

The output type

Required Methods

Get the sine

Implementations on Foreign Types

Implementors