@@ -215,7 +215,7 @@ static const double logpi = 1.144729885849400174143427351353058711647;
215215#ifndef HAVE_ACOSPI
216216/*
217217 acos(x)/pi, giving accurate results for all finite x (especially x
218- integral or close to an integer). It conforms to IEEE 754-2008 .
218+ integral or close to an integer). It conforms to C23 Annex 'F' .
219219 Special cases are handled as for glibc 2.41 __acospi.
220220*/
221221
@@ -235,7 +235,7 @@ m_acospi(double x)
235235#ifndef HAVE_ASINPI
236236/*
237237 asin(x)/pi, giving accurate results for all finite x (especially x
238- integral or close to an integer). It conforms to IEEE 754-2008 .
238+ integral or close to an integer). It conforms to C23 Annex 'F' .
239239 Special cases are handled as for glibc 2.41 __asinpi.
240240*/
241241
@@ -255,7 +255,7 @@ m_asinpi(double x)
255255#ifndef HAVE_ATANPI
256256/*
257257 asin(x)/pi, giving accurate results for all finite x (especially x
258- integral or close to an integer). It conforms to IEEE 754-2008 .
258+ integral or close to an integer). It conforms to C23 Annex 'F' .
259259 Special cases are handled as for glibc 2.41 __atanpi.
260260*/
261261
@@ -275,7 +275,7 @@ m_atanpi(double x)
275275#ifndef HAVE_ATAN2PI
276276/*
277277 asin(x)/pi, giving accurate results for all finite x (especially x
278- integral or close to an integer). It conforms to IEEE 754-2008 .
278+ integral or close to an integer). It conforms to C23 Annex 'F' .
279279 Special cases are handled as for glibc 2.41 __atan2pi.
280280*/
281281
@@ -295,7 +295,7 @@ m_atan2pi(double y, double x)
295295#ifndef HAVE_COSPI
296296/*
297297 cos(pi*x), giving accurate results for all finite x (especially x
298- integral or close to an integer). It conforms to IEEE 754-2008 .
298+ integral or close to an integer). It conforms to C23 Annex 'F' .
299299 Special cases are handled as for glibc 2.41 __cospi.
300300*/
301301
@@ -325,7 +325,7 @@ m_cospi(double x)
325325#ifndef HAVE_SINPI
326326/*
327327 sin(pi*x), giving accurate results for all finite x (especially x
328- integral or close to an integer). It conforms to IEEE 754-2008 .
328+ integral or close to an integer). It conforms to C23 Annex 'F' .
329329*/
330330
331331static double
@@ -369,7 +369,7 @@ m_sinpi(double x)
369369#ifndef HAVE_TANPI
370370/*
371371 tan(pi*x), giving accurate results for all finite x (especially x
372- integral or close to an integer). It conforms to IEEE 754-2008 .
372+ integral or close to an integer). It conforms to C23 Annex 'F' .
373373 Special cases are handled as for glibc 2.41 __tanpi.
374374*/
375375
0 commit comments