Skip to main content

integer_decode

Function integer_decode 

Source
pub fn integer_decode<Self_: Float>(self_: Self_) -> (u64, i16, i8)
Expand description

Returns the mantissa, base 2 exponent, and sign as integers, respectively.