diff options
Diffstat (limited to 'newlib/libm')
-rw-r--r-- | newlib/libm/complex/ctanl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/complex/ctanl.c b/newlib/libm/complex/ctanl.c index 9255bdb..c5c887c 100644 --- a/newlib/libm/complex/ctanl.c +++ b/newlib/libm/complex/ctanl.c @@ -47,7 +47,7 @@ ctanl(long double complex z) if (d == 0.0L) { /* mtherr ("ctan", OVERFLOW); */ - w = HUGE_VALF + HUGE_VALF * I; + w = HUGE_VALL + HUGE_VALL * I; return w; } |