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