[libc][math] remainder(-inf, -inf)
and remquo
not raising invalid or setting errno
#88769
Labels
remainder(-inf, -inf)
and remquo
not raising invalid or setting errno
#88769
Uh oh!
There was an error while loading. Please reload this page.
Following up on #61092, this case still remains.
Throwing in
remquo
here sinceremainder
is using theremquo
implementation.Fix seems simple since there is already a branch handling these cases and returning, we just need to add the calls to set these.
I have a fix and some tests.
Tagging @nickdesaulniers @michaelrj-google.
The text was updated successfully, but these errors were encountered: