aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/math/acosq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/acosq.c')
-rw-r--r--libquadmath/math/acosq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libquadmath/math/acosq.c b/libquadmath/math/acosq.c
index a8a361d23bb..7ef79474651 100644
--- a/libquadmath/math/acosq.c
+++ b/libquadmath/math/acosq.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_acosl(x)
+/* acosq(x)
* Method :
* acos(x) = pi/2 - asin(x)
* acos(-x) = pi/2 + asin(x)
@@ -51,7 +51,7 @@
* if x is NaN, return x itself;
* if |x|>1, return NaN with invalid signal.
*
- * Functions needed: __ieee754_sqrtl.
+ * Functions needed: sqrtq.
*/
#include "quadmath-imp.h"