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.
1 parent 1bb9391 commit 30439feCopy full SHA for 30439fe
doc/modules/ROOT/pages/basics.adoc
@@ -39,7 +39,7 @@ Overflow and underflow are handled the same way that they are with binary floati
39
40
[source, c++]
41
----
42
-boost::decimal::decimal64_t oveflow_value {100, 10000}; // Constructs +infinity
+boost::decimal::decimal64_t overflow_value {100, 10000}; // Constructs +infinity
43
boost::decimal::decimal64_t underflow_value {100, -10000}; // Constructs 0
44
45
0 commit comments