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/cmath.adoc
+25-7Lines changed: 25 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Additionally, all functions are marked `noexcept`.
15
15
All of these functions are impacted by the global rounding mode as described in xref:cfenv.adoc[rounding modes] as well as the `DEC_FLT_EVAL_METHOD` from xref:cfloat.adoc[evaluation methods].
16
16
17
17
== Basic Operations
18
-
18
+
[#basic_cmath_ops]
19
19
|===
20
20
| Function | Description
21
21
| https://en.cppreference.com/w/cpp/numeric/math/fabs[abs] | Absolute Value
@@ -27,7 +27,8 @@ All of these functions are impacted by the global rounding mode as described in
27
27
| https://en.cppreference.com/w/cpp/numeric/math/fmax[fmax] | Returns maximum value
28
28
| https://en.cppreference.com/w/cpp/numeric/math/fmin[fmin] | Returns minimum value
29
29
| https://en.cppreference.com/w/cpp/numeric/math/fdim[fdim] | Returns unsigned difference of two values
0 commit comments