Skip to content

Commit

Permalink
Merge pull request #788 from cppalliance/786
Browse files Browse the repository at this point in the history
Remove domain error verbiage for quantexp
  • Loading branch information
mborland authored Jan 15, 2025
2 parents c7f1ca1 + 17e5adb commit 54c61c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/decimal/cmath.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ constexpr int quantexp128(decimal128 x) noexcept;

Effects: if x is finite, returns its quantum exponent.

Otherwise, a domain error occurs and `INT_MIN` is returned.
Otherwise, `INT_MIN` is returned.

=== quantized

Expand Down

0 comments on commit 54c61c3

Please sign in to comment.