Trait Asinh

Source
pub trait Asinh {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn asinh(self) -> Self::Output

Implementors§