Skip to content

Commit 12fcd24

Browse files
committed
Update comments based on review.
Also use the surrounding style of two spaces after a sentence- ending period.
1 parent 1f98ce6 commit 12fcd24

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

Modules/mathmodule.c

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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

221220
static 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

240238
static 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

259256
static 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

278274
static double

0 commit comments

Comments
 (0)