diff options
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 0baca59..f1abcba 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -3254,6 +3254,7 @@ pow 0.0 max pow 0.0 min_subnorm # pow (-0, y) == +0 for y > 0 and not an odd integer. +pow -0 0.5 pow -0 4 pow -0 0x1p24 pow -0 0x1p127 |