diff --git a/docs/datatypes/numbers.md b/docs/datatypes/numbers.md index 1863fd77d..d734e9339 100644 --- a/docs/datatypes/numbers.md +++ b/docs/datatypes/numbers.md @@ -32,7 +32,7 @@ This can be easily demonstrated: math.add(0.1, 0.2); // 0.30000000000000004 ``` -In most cases, round-off errors don't matter: they have no are significant +In most cases, round-off errors don't matter: they have no significant impact on the results. However it looks ugly when displaying output to a user. A solution is to limit the precision just below the actual precision of 16 digits in the displayed output: