aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/test-powl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-powl.c b/math/test-powl.c
index 960f216..c464d78 100644
--- a/math/test-powl.c
+++ b/math/test-powl.c
@@ -38,7 +38,7 @@ main (void)
u.ieee.negative = 0;
(void) powl (0.2, u.d);
x = powl (x, 1.5);
- if (fabsl (x - 1e-30) > 1e-10)
+ if (fabsl (x - 1e-30) > 1e-10)
{
printf ("powl (1e-20, 1.5): wrong result: %Lg\n", x);
result = 1;