From 845291794a2ae2d518b6a8c747242560c1379169 Mon Sep 17 00:00:00 2001 From: jakub Date: Tue, 22 Jan 2013 08:23:32 +0000 Subject: PR libquadmath/56072 * libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195360 138bc75d-0d04-0410-961f-82ee72b054a4 --- libquadmath/ChangeLog | 5 +++++ libquadmath/libquadmath.texi | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'libquadmath') diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 213233abae6..72e24ea2f71 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,8 @@ +2013-01-22 Jakub Jelinek + + PR libquadmath/56072 + * libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description. + 2012-12-13 Jakub Jelinek * math/cbrtq.c (cbrtq): Use Q suffixed floating point constants diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi index 4dff6665bd1..5f80d2b08c5 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 -- cgit v1.2.3