Trait Atan

Source
pub trait Atan {
    type Output;

    // Required method
    fn atan(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn atan(self) -> Self::Output

Implementors§