Function std::num::flt2dec::decode
[−]
[src]
pub fn decode<T>(v: T) -> (bool, FullDecoded) where T: DecodableFloatUnstable (
flt2dec): internal routines only exposed for testing
Returns a sign (true when negative) and FullDecoded value
from given floating point number.