public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Fixing HUGE_VALF to HUGE_VALL.
@ 2017-07-28 18:32 Corinna Vinschen
0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2017-07-28 18:32 UTC (permalink / raw)
To: newlib-cvs
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=124ccc500e22e5d118fcb98a190cdeb699331de2
commit 124ccc500e22e5d118fcb98a190cdeb699331de2
Author: Aditya Upadhyay <aadit0402@gmail.com>
Date: Fri Jul 28 23:04:34 2017 +0530
Fixing HUGE_VALF to HUGE_VALL.
Diff:
---
newlib/libm/complex/ctanl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-07-28 18:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 18:32 [newlib-cygwin] Fixing HUGE_VALF to HUGE_VALL Corinna Vinschen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).