diff options
author | Jakub Jelinek <jakub@redhat.com> | 2013-01-22 09:23:32 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-01-22 09:23:32 +0100 |
commit | 7ab53cfdf65cf05ea5c2aeaa6a0d7e27e94ff189 (patch) | |
tree | 780479976015cdd136f983a344a518a187a9e37a /libquadmath | |
parent | dcdb8613c25cee5ec5841aca65ee6a20cc8d9a02 (diff) | |
download | gcc-7ab53cfdf65cf05ea5c2aeaa6a0d7e27e94ff189.zip gcc-7ab53cfdf65cf05ea5c2aeaa6a0d7e27e94ff189.tar.gz gcc-7ab53cfdf65cf05ea5c2aeaa6a0d7e27e94ff189.tar.bz2 |
re PR libquadmath/56072 (info page wrongly defines M_PI_2 and M_PI_4)
PR libquadmath/56072
* libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description.
From-SVN: r195360
Diffstat (limited to 'libquadmath')
-rw-r--r-- | libquadmath/ChangeLog | 5 | ||||
-rw-r--r-- | libquadmath/libquadmath.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 213233a..72e24ea 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,8 @@ +2013-01-22 Jakub Jelinek <jakub@redhat.com> + + PR libquadmath/56072 + * libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description. + 2012-12-13 Jakub Jelinek <jakub@redhat.com> * math/cbrtq.c (cbrtq): Use Q suffixed floating point constants diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi index 4dff666..5f80d2b 100644 --- a/libquadmath/libquadmath.texi +++ b/libquadmath/libquadmath.texi @@ -6,7 +6,7 @@ @c %**end of header @copying -Copyright @copyright{} 2010, 2011 Free Software Foundation, Inc. +Copyright @copyright{} 2010-2013 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document @@ -123,8 +123,8 @@ The following mathematical constants of type @code{__float128} are defined. @item @code{M_LN2q}: natural logarithm of 2 @item @code{M_LN10q}: natural logarithm of 10 @item @code{M_PIq}: pi -@item @code{M_PI_2q}: two pi -@item @code{M_PI_4q}: four pi +@item @code{M_PI_2q}: pi divided by two +@item @code{M_PI_4q}: pi divided by four @item @code{M_1_PIq}: one over pi @item @code{M_2_PIq}: one over two pi @item @code{M_2_SQRTPIq}: two over square root of pi |