time-to-botec/js/node_modules/@stdlib/constants/int8/max/docs/repl.txt

15 lines
185 B
Plaintext
Raw Normal View History

{{alias}}
Maximum signed 8-bit integer.
The maximum signed 8-bit integer is given by `2^7 - 1`.
Examples
--------
> {{alias}}
127
See Also
--------