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

15 lines
190 B
Plaintext
Raw Normal View History

{{alias}}
Minimum signed 16-bit integer.
The minimum signed 16-bit integer is given by `-(2^15)`.
Examples
--------
> {{alias}}
-32768
See Also
--------