Skip to content

Commit 4cc0bfa

Browse files
authored
docs: mention the max plain JS number argument value (#307)
1 parent 5df40f8 commit 4cc0bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ is the list of them in the order of appearance in the function name:
4444
### Postfixes
4545

4646
* `n` - the argument of the function must be a plain JavaScript
47-
Number. Decimals are not supported.
47+
Number. Decimals are not supported. The number passed must be smaller than 0x4000000 (67_108_864). Otherwise, an error is thrown.
4848
* `rn` - both argument and return value of the function are plain JavaScript
4949
Numbers. Decimals are not supported.
5050

0 commit comments

Comments
 (0)