Skip to main content

Floor

Trait Floor 

Source
pub trait Floor:
    RudaPrimitive
    + RudaType<ExpandType: FloorExpand>
    + Sized {
    // Provided methods
    fn floor(self) -> Self { ... }
    fn __expand_floor(
        scope: &mut Scope,
        x: NativeExpand<Self>,
    ) -> NativeExpand<Self> { ... }
}

Provided Methods§

Source

fn floor(self) -> Self

Source

fn __expand_floor( 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 Floor for bf16

Source§

impl Floor for f16

Source§

impl Floor for f32

Source§

impl Floor for f64

Implementors§

Source§

impl Floor for flex32

Source§

impl Floor for tf32

Source§

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

Source§

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