pub fn decode<T: DecodableFloat>(v: T) -> (bool, FullDecoded)🔬This is a nightly-only experimental API. (
flt2dec)Expand description
Returns a sign (true when negative) and FullDecoded value
from given floating point number.
pub fn decode<T: DecodableFloat>(v: T) -> (bool, FullDecoded)flt2dec)Returns a sign (true when negative) and FullDecoded value
from given floating point number.