[][src]Trait float_next_after::FloatDecode

pub trait FloatDecode {
    fn float_decode(&self) -> (u64, i16, i8);
}

Decodes a float into a tuple with (mantissa: u64, exponent: i16, and sign: i8)

Required methods

fn float_decode(&self) -> (u64, i16, i8)

Loading content...

Implementations on Foreign Types

impl FloatDecode for f64[src]

impl FloatDecode for f32[src]

Loading content...

Implementors

Loading content...