ArcCosh

Trait ArcCosh 

Source
pub trait ArcCosh: CubePrimitive + Sized {
    // Provided methods
    fn acosh(x: Self) -> Self { ... }
    fn __expand_acosh(
        scope: &mut Scope,
        x: Self::ExpandType,
    ) -> ExpandElementTyped<Self> { ... }
}

Provided Methods§

Source

fn acosh(x: Self) -> Self

Source

fn __expand_acosh( scope: &mut Scope, x: Self::ExpandType, ) -> ExpandElementTyped<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 ArcCosh for f32

Source§

impl ArcCosh for f64

Source§

impl ArcCosh for bf16

Source§

impl ArcCosh for f16

Implementors§

Source§

impl ArcCosh for flex32

Source§

impl ArcCosh for tf32

Source§

impl<const POS: u8> ArcCosh for ElemExpand<POS>