Skip to content

Commit 54c61c3

Browse files
authored
Merge pull request #788 from cppalliance/786
Remove domain error verbiage for quantexp
2 parents c7f1ca1 + 17e5adb commit 54c61c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/decimal/cmath.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ constexpr int quantexp128(decimal128 x) noexcept;
413413

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

416-
Otherwise, a domain error occurs and `INT_MIN` is returned.
416+
Otherwise, `INT_MIN` is returned.
417417

418418
=== quantized
419419

0 commit comments

Comments
 (0)