ArcCos

Trait ArcCos 

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

Provided Methods§

Source

fn acos(x: Self) -> Self

Source

fn __expand_acos( 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 ArcCos for f32

Source§

impl ArcCos for f64

Source§

impl ArcCos for bf16

Source§

impl ArcCos for f16

Implementors§

Source§

impl ArcCos for flex32

Source§

impl ArcCos for tf32

Source§

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