summaryrefslogtreecommitdiff
path: root/libquadmath
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-02-01 15:12:29 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2013-02-01 15:12:29 +0100
commitac879b833126d4c2501c61379cc28a77b111ea9c (patch)
treea98f435344193c976e71d47d9976a7c7cc0e254e /libquadmath
parentdaded9451f4febb025ae5089423684fb69621230 (diff)
downloadgcc-ac879b833126d4c2501c61379cc28a77b111ea9c.tar.gz
backport: re PR libquadmath/56072 (info page wrongly defines M_PI_2 and M_PI_4)
Backported from mainline 2013-01-22 Jakub Jelinek <jakub@redhat.com> PR libquadmath/56072 * libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description. From-SVN: r195659
Diffstat (limited to 'libquadmath')
-rw-r--r--libquadmath/ChangeLog8
-rw-r--r--libquadmath/libquadmath.texi4
2 files changed, 10 insertions, 2 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog
index f5cc38e55a2..ea2a0a7ace9 100644
--- a/libquadmath/ChangeLog
+++ b/libquadmath/ChangeLog
@@ -1,3 +1,11 @@
+2013-02-01 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from mainline
+ 2013-01-22 Jakub Jelinek <jakub@redhat.com>
+
+ PR libquadmath/56072
+ * libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description.
+
2012-09-20 Release Manager
* GCC 4.7.2 released.
diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi
index 1ce245e8e69..c499d187483 100644
--- a/libquadmath/libquadmath.texi
+++ b/libquadmath/libquadmath.texi
@@ -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