Trait Acosh

Source
pub trait Acosh {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn acosh(self) -> Self::Output

Implementors§