@@ -216,7 +216,6 @@ static const double logpi = 1.144729885849400174143427351353058711647;
216216/*
217217 acos(x)/pi, giving accurate results for all finite x (especially x
218218 integral or close to an integer). It conforms to C23 Annex 'F'.
219- Special cases are handled as for glibc 2.41 __acospi.
220219*/
221220
222221static double
@@ -236,7 +235,6 @@ m_acospi(double x)
236235/*
237236 asin(x)/pi, giving accurate results for all finite x (especially x
238237 integral or close to an integer). It conforms to C23 Annex 'F'.
239- Special cases are handled as for glibc 2.41 __asinpi.
240238*/
241239
242240static double
@@ -256,7 +254,6 @@ m_asinpi(double x)
256254/*
257255 asin(x)/pi, giving accurate results for all finite x (especially x
258256 integral or close to an integer). It conforms to C23 Annex 'F'.
259- Special cases are handled as for glibc 2.41 __atanpi.
260257*/
261258
262259static double
@@ -276,7 +273,6 @@ m_atanpi(double x)
276273/*
277274 asin(x)/pi, giving accurate results for all finite x (especially x
278275 integral or close to an integer). It conforms to C23 Annex 'F'.
279- Special cases are handled as for glibc 2.41 __atan2pi.
280276*/
281277
282278static double
@@ -296,7 +292,6 @@ m_atan2pi(double y, double x)
296292/*
297293 cos(pi*x), giving accurate results for all finite x (especially x
298294 integral or close to an integer). It conforms to C23 Annex 'F'.
299- Special cases are handled as for glibc 2.41 __cospi.
300295*/
301296
302297static double
@@ -370,7 +365,6 @@ m_sinpi(double x)
370365/*
371366 tan(pi*x), giving accurate results for all finite x (especially x
372367 integral or close to an integer). It conforms to C23 Annex 'F'.
373- Special cases are handled as for glibc 2.41 __tanpi.
374368*/
375369
376370static double
0 commit comments