Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-04-30 22:23:40 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-04-30 22:23:40 +0400
commitbfc27bae1acb55886146a7c67f85cf752b5d532c (patch)
treeb50cd33ffa95c856e6d7d1e6bc506acc643e8f7e /newlib/libm/math
parent1bf83a86f6487859997dd2161a408df6be9f032a (diff)
* Various formatting and whitespace changes.
Diffstat (limited to 'newlib/libm/math')
-rw-r--r--newlib/libm/math/e_pow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/math/e_pow.c b/newlib/libm/math/e_pow.c
index 9312085d4..240a18613 100644
--- a/newlib/libm/math/e_pow.c
+++ b/newlib/libm/math/e_pow.c
@@ -179,7 +179,7 @@ ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/
}
/* (x<0)**(non-int) is NaN */
- /* CYGNUS LOCAL: This used to be
+ /* REDHAT LOCAL: This used to be
if((((hx>>31)+1)|yisint)==0) return (x-x)/(x-x);
but ANSI C says a right shift of a signed negative quantity is
implementation defined. */