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.
macro_rules! float_conv {
($name:ident, $to:ident, $from:ident, $ty:ty) => { ... };
}
impl float conversion methods.
We convert to different float types in order to ensure we can roundtrip without floating point error.