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

15 lines
194 B
Plaintext
Raw Normal View History

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