Function core::num::flt2dec::decoder::decode [] [src]

pub fn decode<T: DecodableFloat>(v: T) -> (bool, FullDecoded)
Unstable (flt2dec)

: internal routines only exposed for testing

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