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 a6eee1c commit 518de3eCopy full SHA for 518de3e
doc/modules/ROOT/pages/basics.adoc
@@ -96,6 +96,12 @@ int main()
96
}
97
----
98
99
+== Rounding
100
+
101
+The default rounding mode for all operations is so-called "banker's rounding", which is to nearest (with ties to even).
102
+Similar to the standard library, the active rounding mode can be changed through floating point environment variables.
103
+For more information see: xref:cfenv.adoc[]
104
105
== Using the Library
106
107
The entire library can be accessed using the convenience header `<boost/decimal.hpp>`.
0 commit comments