We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df40f8 commit 4cc0bfaCopy full SHA for 4cc0bfa
README.md
@@ -44,7 +44,7 @@ is the list of them in the order of appearance in the function name:
44
### Postfixes
45
46
* `n` - the argument of the function must be a plain JavaScript
47
- Number. Decimals are not supported.
+ Number. Decimals are not supported. The number passed must be smaller than 0x4000000 (67_108_864). Otherwise, an error is thrown.
48
* `rn` - both argument and return value of the function are plain JavaScript
49
Numbers. Decimals are not supported.
50
0 commit comments