Trait float_traits::IEEE754Float [] [src]

pub trait IEEE754Float: Abs<Output = Self> + Sqrt<Output = Self> + Neg<Output = Self> + BinaryFloat + BoundedFloat + Infinite + Underflow {
    fn nan() -> Self;
}

Required Methods

Implementations on Foreign Types

impl IEEE754Float for f32
[src]

[src]

impl IEEE754Float for f64
[src]

[src]

Implementors