Skip to main content

ArcTan

Trait ArcTan 

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

Provided Methods§

Source

fn atan(self) -> Self

Source

fn __expand_atan(scope: &mut 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 ArcTan for bf16

Source§

impl ArcTan for f16

Source§

impl ArcTan for f32

Source§

impl ArcTan for f64

Implementors§

Source§

impl ArcTan for flex32

Source§

impl ArcTan for tf32

Source§

impl<Marker: 'static> ArcTan for DynamicScalar<Marker>

Source§

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