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

15 lines
199 B
Plaintext
Raw Normal View History

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