Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

floats

🌌floats

floats -- unit type defining features related to float but not requiring
an instance


floats are binary floating point numbers as defined in the IEEE 754-2019
standard, see https://ieeexplore.ieee.org/servlet/opac?punumber=8766227

number of bytes required to store this value

number of bits used for exponent

number of bits used for mantissa, including leading '1' that is not actually
stored

number of bits required to store this value