Expand description
Module containing various utility functions.
Functionsยง
- designalise_
f32 - If the specified 32-bit float is a signaling NaN, make it a quiet NaN.
- designalise_
f64 - If the specified 64-bit float is a signaling NaN, make it a quiet NaN.
- from_
bits_ f32_ designalised - Reinterpret the given bits as a 32-bit float. If the specified word is a signaling NaN once interpreted, make it a quiet NaN.
- from_
bits_ f64_ designalised - Reinterpret the given bits as a 64-bit float. If the specified word is a signaling NaN once interpreted, make it a quiet NaN.