Trait Tanh

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

Provided Methods§

Source

fn tanh(x: Self) -> Self

Source

fn __expand_tanh( 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 Tanh for f32

Source§

impl Tanh for f64

Source§

impl Tanh for bf16

Source§

impl Tanh for f16

Implementors§

Source§

impl Tanh for flex32

Source§

impl Tanh for tf32

Source§

impl<P: CubePrimitive + Tanh> Tanh for Line<P>

Source§

impl<const POS: u8> Tanh for FloatExpand<POS>