diff options
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r-- | math/libm-test.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/libm-test.inc b/math/libm-test.inc index 669b060..a09cf90 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -10285,6 +10285,7 @@ static const struct test_ff_f_data pow_test_data[] = #endif /* pow (-inf, y) == +inf for y > 0 and not an odd integer. */ + TEST_ff_f (pow, minus_infty, 0.5, plus_infty, ERRNO_UNCHANGED), TEST_ff_f (pow, minus_infty, 28, plus_infty, ERRNO_UNCHANGED), TEST_ff_f (pow, minus_infty, 0x1p24, plus_infty, ERRNO_UNCHANGED), TEST_ff_f (pow, minus_infty, 0x1p127, plus_infty, ERRNO_UNCHANGED), |