Skip to main content

Cosh

Trait Cosh 

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

Provided Methods§

Source

fn cosh(self) -> Self

Source

fn __expand_cosh(scope: &Scope, x: NativeExpand<Self>) -> NativeExpand<Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl Cosh for bf16

Source§

impl Cosh for f16

Source§

impl Cosh for f32

Source§

impl Cosh for f64

Implementors§

Source§

impl Cosh for flex32

Source§

impl Cosh for tf32

Source§

impl<Marker> Cosh for DynamicScalar<Marker>
where Marker: 'static,

Source§

impl<P, N> Cosh for Vector<P, N>
where P: Scalar + Cosh, N: Size,