aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/math/asinq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/asinq.c')
-rw-r--r--libquadmath/math/asinq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/math/asinq.c b/libquadmath/math/asinq.c
index d4321a58e0a..7bd4d768c97 100644
--- a/libquadmath/math/asinq.c
+++ b/libquadmath/math/asinq.c
@@ -31,7 +31,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-/* __ieee754_asin(x)
+/* asinq(x)
* Method :
* Since asin(x) = x + x^3/6 + x^5*3/40 + x^7*15/336 + ...
* we approximate asin(x) on [0,0.5] by