time-to-botec/squiggle/node_modules/@stdlib/constants/float32/precision/docs/repl.txt

16 lines
267 B
Plaintext
Raw Normal View History

{{alias}}
Effective number of bits in the significand of a single-precision floating-
point number.
The effective number of bits is `23` significand bits plus `1` hidden bit.
Examples
--------
> {{alias}}
24
See Also
--------