From 45567ec0e30543b5fcbc4b80e32265fac0a786ac Mon Sep 17 00:00:00 2001 From: Wojciech Basiura <35614528+youPickItUp@users.noreply.github.com> Date: Wed, 27 Dec 2023 23:26:55 +0100 Subject: [PATCH] Document the max plain JS number argument value --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5be8a33..9fa1263 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ is the list of them in the order of appearance in the function name: ### Postfixes * `n` - the argument of the function must be a plain JavaScript - 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. * `rn` - both argument and return value of the function are plain JavaScript Numbers. Decimals are not supported.