From 07c9384b44a62cec3ddbaf6885c6035eac9182ab Mon Sep 17 00:00:00 2001 From: aathan Date: Tue, 22 Mar 2022 23:06:23 -0700 Subject: [PATCH] Update value-types.rst --- docs/types/value-types.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/types/value-types.rst b/docs/types/value-types.rst index 8f1009407..cc3f17dd3 100644 --- a/docs/types/value-types.rst +++ b/docs/types/value-types.rst @@ -463,7 +463,7 @@ There is no additional semantic meaning added to a number literal containing und the underscores are ignored. Number literal expressions retain arbitrary precision until they are converted to a non-literal type (i.e. by -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). This means that computations do not overflow and divisions do not truncate in number literal expressions.