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

15 lines
189 B
Plaintext
Raw Normal View History

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