Tan

Trait Tan 

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

Provided Methods§

Source

fn tan(x: Self) -> Self

Source

fn __expand_tan( 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 Tan for f32

Source§

impl Tan for f64

Source§

impl Tan for bf16

Source§

impl Tan for f16

Implementors§

Source§

impl Tan for flex32

Source§

impl Tan for tf32

Source§

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