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

15 lines
185 B
Plaintext
Raw Normal View History

{{alias}}
Minimum signed 8-bit integer.
The minimum signed 8-bit integer is given by `-(2^7)`.
Examples
--------
> {{alias}}
-128
See Also
--------