ArcSin

Trait ArcSin 

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

Provided Methods§

Source

fn asin(x: Self) -> Self

Source

fn __expand_asin( 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 ArcSin for f32

Source§

impl ArcSin for f64

Source§

impl ArcSin for bf16

Source§

impl ArcSin for f16

Implementors§

Source§

impl ArcSin for flex32

Source§

impl ArcSin for tf32

Source§

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