From 124ccc500e22e5d118fcb98a190cdeb699331de2 Mon Sep 17 00:00:00 2001 From: Aditya Upadhyay Date: Fri, 28 Jul 2017 23:04:34 +0530 Subject: Fixing HUGE_VALF to HUGE_VALL. --- newlib/libm/complex/ctanl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libm') 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; } -- cgit v1.1