Cosh

Trait Cosh 

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

Provided Methods§

Source

fn cosh(x: Self) -> Self

Source

fn __expand_cosh( 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 Cosh for f32

Source§

impl Cosh for f64

Source§

impl Cosh for bf16

Source§

impl Cosh for f16

Implementors§

Source§

impl Cosh for flex32

Source§

impl Cosh for tf32

Source§

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