mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
2005-07-20 Bob Wilson <bob.wilson@acm.org>
Darin Petkov <darin@tensilica.com> * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
This commit is contained in:
parent
8a259a2310
commit
aa2ebe015a
@ -1,3 +1,8 @@
|
||||
2005-07-20 Bob Wilson <bob.wilson@acm.org>
|
||||
Darin Petkov <darin@tensilica.com>
|
||||
|
||||
* sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
|
||||
|
||||
2005-07-20 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* include/stdio.h (__fxprintf): Remove wfmt argument.
|
||||
|
@ -30,7 +30,7 @@ zero = 0.0,
|
||||
pi_o_4 = 7.8539818525e-01, /* 0x3f490fdb */
|
||||
pi_o_2 = 1.5707963705e+00, /* 0x3fc90fdb */
|
||||
pi = 3.1415927410e+00, /* 0x40490fdb */
|
||||
pi_lo = -8.7422776573e-07; /* 0xb3bbbd2e */
|
||||
pi_lo = -8.7422776573e-08; /* 0xb3bbbd2e */
|
||||
|
||||
#ifdef __STDC__
|
||||
float __ieee754_atan2f(float y, float x)
|
||||
|
Loading…
Reference in New Issue
Block a user