File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,8 +214,7 @@ static const double logpi = 1.144729885849400174143427351353058711647;
214214
215215#ifndef HAVE_ACOSPI
216216/*
217- acos(x)/pi, giving accurate results for all finite x (especially x
218- integral or close to an integer). It conforms to C23 Annex 'F'.
217+ acos(x)/pi. It conforms to C23 Annex 'F'.
219218*/
220219
221220static double
@@ -233,8 +232,7 @@ m_acospi(double x)
233232
234233#ifndef HAVE_ASINPI
235234/*
236- asin(x)/pi, giving accurate results for all finite x (especially x
237- integral or close to an integer). It conforms to C23 Annex 'F'.
235+ asin(x)/pi. It conforms to C23 Annex 'F'.
238236*/
239237
240238static double
@@ -252,8 +250,7 @@ m_asinpi(double x)
252250
253251#ifndef HAVE_ATANPI
254252/*
255- asin(x)/pi, giving accurate results for all finite x (especially x
256- integral or close to an integer). It conforms to C23 Annex 'F'.
253+ asin(x)/pi. It conforms to C23 Annex 'F'.
257254*/
258255
259256static double
@@ -271,8 +268,7 @@ m_atanpi(double x)
271268
272269#ifndef HAVE_ATAN2PI
273270/*
274- asin(x)/pi, giving accurate results for all finite x (especially x
275- integral or close to an integer). It conforms to C23 Annex 'F'.
271+ asin(x)/pi. It conforms to C23 Annex 'F'.
276272*/
277273
278274static double
You can’t perform that action at this time.
0 commit comments