bifocal/node_modules/@stdlib/constants-uint16-max/docs/repl.txt

15 lines
194 B
Plaintext
Raw Normal View History

2024-06-19 09:56:58 -04:00
{{alias}}
Maximum unsigned 16-bit integer.
The maximum unsigned 16-bit integer is given by `2^16 - 1`.
Examples
--------
> {{alias}}
65535
See Also
--------