You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/basics.adoc
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,33 @@ boost::decimal::decimal128_t pi {3.14};
58
58
59
59
NOTE: Due to the differences in decimal and binary floating point numbers there may be a difference in the resulting representation in decimal format, and thus it is not recommended to construct from binary floating point numbers
60
60
61
+
== Fundamental Operations
62
+
63
+
The fundamental operations of numerical type (e.g. `>`, `==`, `+`, etc.) are overloaded.
0 commit comments