Macro float_conv

Source
macro_rules! float_conv {
    ($name:ident, $to:ident, $from:ident, $ty:ty) => { ... };
}
Expand description

impl float conversion methods.

We convert to different float types in order to ensure we can roundtrip without floating point error.