Module safe_transmute::util
source · Expand description
Module containing various utility functions.
Functions§
- If the specified 32-bit float is a signaling NaN, make it a quiet NaN.
- If the specified 64-bit float is a signaling NaN, make it a quiet NaN.
- Reinterpret the given bits as a 32-bit float. If the specified word is a signaling NaN once interpreted, make it a quiet NaN.
- Reinterpret the given bits as a 64-bit float. If the specified word is a signaling NaN once interpreted, make it a quiet NaN.