ArcSinh

Trait ArcSinh 

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

Provided Methods§

Source

fn asinh(x: Self) -> Self

Source

fn __expand_asinh( 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 ArcSinh for f32

Source§

impl ArcSinh for f64

Source§

impl ArcSinh for bf16

Source§

impl ArcSinh for f16

Implementors§

Source§

impl ArcSinh for flex32

Source§

impl ArcSinh for tf32

Source§

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