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
Decimal contains overloads for all functions from `<cmath>`, and they have the same handling as built-in floating point types.
12
-
They are also all constexpr with C\\++14 unlike the built-in floating point types which require either C++23 or 26.
12
+
They are also all constexpr with pass:[C++14] unlike the built-in floating point types which require either pass:[C++23] or 26.
13
13
Additionally, all functions are marked `noexcept`.
14
14
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].
0 commit comments