[libc][math] should asin
functions set errno == ERANGE
on underflow?
#88770
Labels
asin
functions set errno == ERANGE
on underflow?
#88770
Following up on #61092.
asinf
is settingFE_UNDERFLOW
in these cases, but I don't think it setserrno == ERANGE
in all cases for allasin
implementations. It is implementation defined iferrno
is set toERANGE
in this case.Thoughts @michaelrj-google @nickdesaulniers?
The text was updated successfully, but these errors were encountered: