time-to-botec/squiggle/node_modules/@stdlib/constants/float16/max-safe-integer/docs/repl.txt

16 lines
235 B
Plaintext
Raw Normal View History

{{alias}}
Maximum safe half-precision floating-point integer.
The maximum safe half-precision floating-point integer is given by
`2^11 - 1`.
Examples
--------
> {{alias}}
2047
See Also
--------