Trait Asin

Source
pub trait Asin {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn asin(self) -> Self::Output

Implementors§