time-to-botec/squiggle/node_modules/@stdlib/constants/int16/max/docs/repl.txt

15 lines
190 B
Plaintext
Raw Normal View History

{{alias}}
Maximum signed 16-bit integer.
The maximum signed 16-bit integer is given by `2^15 - 1`.
Examples
--------
> {{alias}}
32767
See Also
--------