]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libquadmath/math/cosq.c
Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
[thirdparty/gcc.git] / libquadmath / math / cosq.c
index dc321a27d177f90367030f898565d3270ab23c46..28630b93a6f0e2cbc82c28f716ca632ecab79757 100644 (file)
@@ -1,4 +1,4 @@
-/* s_cosl.c -- long double version of s_cos.c.
+/* cosq.c -- __float128 version of s_cos.c.
  * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz.
  */
 
  * ====================================================
  */
 
-/* cosl(x)
+/* cosq(x)
  * Return cosine function of x.
  *
  * kernel function:
- *     __kernel_sinl           ... sine function on [-pi/4,pi/4]
- *     __kernel_cosl           ... cosine function on [-pi/4,pi/4]
- *     __ieee754_rem_pio2l     ... argument reduction routine
+ *     __quadmath_kernel_sinq  ... sine function on [-pi/4,pi/4]
+ *     __quadmath_kernel_cosq  ... cosine function on [-pi/4,pi/4]
+ *     __quadmath_rem_pio2q    ... argument reduction routine
  *
  * Method.
  *      Let S,C and T denote the sin, cos and tan respectively on