Piotr Caban (@piotr) commented about dlls/msvcr120/tests/msvcr120.c:
__setusermatherr(NULL);
}
+static void test_expf(void) +{
- static const struct {
float x, exp;
int type;
errno_t e;
- } tests[] = {
{ NAN, NAN, _DOMAIN, EDOM },
{ -NAN, NAN, _DOMAIN, EDOM },
{ INFINITY, INFINITY },
{ -INFINITY, -INFINITY },
Returning 0 makes more sense in `e^(-inf)` case.