aboutsummaryrefslogtreecommitdiff
path: root/math/bits/mathcalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/bits/mathcalls.h')
-rw-r--r--math/bits/mathcalls.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/bits/mathcalls.h b/math/bits/mathcalls.h
index 92856becc4..e25a1513a6 100644
--- a/math/bits/mathcalls.h
+++ b/math/bits/mathcalls.h
@@ -65,6 +65,11 @@ __MATHCALL_VEC (sin,, (_Mdouble_ __x));
/* Tangent of X. */
__MATHCALL_VEC (tan,, (_Mdouble_ __x));
+#if __GLIBC_USE (IEC_60559_FUNCS_EXT_C23)
+/* Cosine of pi * X. */
+__MATHCALL (cospi,, (_Mdouble_ __x));
+#endif
+
/* Hyperbolic functions. */
/* Hyperbolic cosine of X. */