Trait HyperbolicTrigInv

Source
pub trait HyperbolicTrigInv: Reals + Exponential {
    // Provided methods
    fn xacosh(self, iterations: usize) -> Self { ... }
    fn xasinh(self, iterations: usize) -> Self { ... }
    fn xacsch(self, iterations: usize) -> Self { ... }
    fn xasech(self, iterations: usize) -> Self { ... }
    fn xatanh(self, iterations: usize) -> Self { ... }
    fn xacoth(self, iterations: usize) -> Self { ... }
}

Provided Methods§

Source

fn xacosh(self, iterations: usize) -> Self

Source

fn xasinh(self, iterations: usize) -> Self

Source

fn xacsch(self, iterations: usize) -> Self

Source

fn xasech(self, iterations: usize) -> Self

Source

fn xatanh(self, iterations: usize) -> Self

Source

fn xacoth(self, iterations: usize) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl HyperbolicTrigInv for f32

Source§

impl HyperbolicTrigInv for f64

Implementors§