Trait shades::Floating[][src]

pub trait Floating {
    fn floor(&self) -> Self;
fn trunc(&self) -> Self;
fn round(&self) -> Self;
fn ceil(&self) -> Self;
fn fract(&self) -> Self; }

Required methods

fn floor(&self) -> Self[src]

fn trunc(&self) -> Self[src]

fn round(&self) -> Self[src]

fn ceil(&self) -> Self[src]

fn fract(&self) -> Self[src]

Loading content...

Implementors

impl Floating for Expr<f32>[src]

impl Floating for Expr<V2<f32>>[src]

impl Floating for Expr<V3<f32>>[src]

impl Floating for Expr<V4<f32>>[src]

Loading content...