diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-05-31 21:25:48 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-05-31 21:25:48 +0000 |
commit | 2d10d547c1e41138e439d74105246eca31547693 (patch) | |
tree | 1d395744d2ec782de3cc24cf7623931ceb622b44 /ChangeLog | |
parent | f230c29b40cc36ce62387664be92c3cf94119efe (diff) | |
download | glibc-2d10d547c1e41138e439d74105246eca31547693.zip glibc-2d10d547c1e41138e439d74105246eca31547693.tar.gz glibc-2d10d547c1e41138e439d74105246eca31547693.tar.bz2 |
Use more decimal places for long double constants in math.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2012-05-31 Joseph Myers <joseph@codesourcery.com> + + * math/math.h (M_El): Use two more decimal places. + (M_LOG2El): Likewise. + (M_LOG10El): Likewise. + (M_LN2l): Likewise. + (M_LN10l): Likewise. + (M_PIl): Likewise. + (M_PI_2l): Likewise. + (M_PI_4l): Likewise. + (M_1_PIl): Likewise. + (M_2_PIl): Likewise. + (M_2_SQRTPIl): Likewise. + (M_SQRT2l): Likewise. + (M_SQRT1_2l): Likewise. + 2012-05-31 David S. Miller <davem@davemloft.net> * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit |