ArcTanh

Trait ArcTanh 

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

Provided Methods§

Source

fn atanh(x: Self) -> Self

Source

fn __expand_atanh( 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 ArcTanh for f32

Source§

impl ArcTanh for f64

Source§

impl ArcTanh for bf16

Source§

impl ArcTanh for f16

Implementors§

Source§

impl ArcTanh for flex32

Source§

impl ArcTanh for tf32

Source§

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