macro_rules! real_unchecked {
    ($f: expr) => { ... };
}
Expand description

Constructor for Real that never checks the value, and can be used in a const context.

Safety

Ensure that the value can never be NaN.