Function decode

Source
pub fn decode<T>(v: T) -> (bool, FullDecoded)
where T: DecodableFloat,
🔬This is a nightly-only experimental API. (flt2dec)
Expand description

Returns a sign (true when negative) and FullDecoded value from given floating point number.