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

15 lines
199 B
Plaintext
Raw Normal View History

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