ArcTan

Trait ArcTan 

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

Provided Methods§

Source

fn atan(x: Self) -> Self

Source

fn __expand_atan( 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 ArcTan for f32

Source§

impl ArcTan for f64

Source§

impl ArcTan for bf16

Source§

impl ArcTan for f16

Implementors§

Source§

impl ArcTan for flex32

Source§

impl ArcTan for tf32

Source§

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