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.
2 parents 6c06d27 + 07c9384 commit b35cda5Copy full SHA for b35cda5
docs/types/value-types.rst
@@ -463,7 +463,7 @@ There is no additional semantic meaning added to a number literal containing und
463
the underscores are ignored.
464
465
Number literal expressions retain arbitrary precision until they are converted to a non-literal type (i.e. by
466
-using them together with anything else than a number literal expression (like boolean literals) or by explicit conversion).
+using them together with anything other than a number literal expression (like boolean literals) or by explicit conversion).
467
This means that computations do not overflow and divisions do not truncate
468
in number literal expressions.
469
0 commit comments