public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 2/2] Fixing HUGE_VALF to HUGE_VALL.
@ 2017-07-28 17:34 Aditya Upadhyay
  2017-07-28 18:32 ` Corinna Vinschen
  0 siblings, 1 reply; 2+ messages in thread
From: Aditya Upadhyay @ 2017-07-28 17:34 UTC (permalink / raw)
  To: newlib; +Cc: Aditya Upadhyay

---
 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 9255bdb07..c5c887c74 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;
 	}
 
-- 
2.13.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] Fixing HUGE_VALF to HUGE_VALL.
  2017-07-28 17:34 [PATCH 2/2] Fixing HUGE_VALF to HUGE_VALL Aditya Upadhyay
@ 2017-07-28 18:32 ` Corinna Vinschen
  0 siblings, 0 replies; 2+ messages in thread
From: Corinna Vinschen @ 2017-07-28 18:32 UTC (permalink / raw)
  To: newlib

[-- Attachment #1: Type: text/plain, Size: 647 bytes --]

On Jul 28 23:04, Aditya Upadhyay wrote:
> ---
>  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 9255bdb07..c5c887c74 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;
>  	}
>  
> -- 
> 2.13.0

Pushed.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-28 18:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 17:34 [PATCH 2/2] Fixing HUGE_VALF to HUGE_VALL Aditya Upadhyay
2017-07-28 18:32 ` 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).