macro_rules! real_unchecked { ($f: expr) => { ... }; }
Constructor for Real that never checks the value, and can be used in a const context.
Real
Ensure that the value can never be NaN.
NaN