Function decode

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

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