Trait Atanh

Source
pub trait Atanh {
    type Output;

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

Required Associated Types§

Required Methods§

Source

fn atanh(self) -> Self::Output

Implementors§