Skip to content

Commit 8e64a08

Browse files
jensmaurertkoeppe
authored andcommitted
[sf.math] Promote parenthesized parts of function names to un-parenthesized. (#1256)
Fixes #1250.
1 parent b5b83f5 commit 8e64a08

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

source/numerics.tex

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10233,17 +10233,17 @@
1023310233
float betaf(float x, float y);
1023410234
long double betal(long double x, long double y);
1023510235

10236-
// \ref{sf.cmath.comp_ellint_1}, (complete) elliptic integral of the first kind
10236+
// \ref{sf.cmath.comp_ellint_1}, complete elliptic integral of the first kind
1023710237
double comp_ellint_1(double k);
1023810238
float comp_ellint_1f(float k);
1023910239
long double comp_ellint_1l(long double k);
1024010240

10241-
// \ref{sf.cmath.comp_ellint_2}, (complete) elliptic integral of the second kind
10241+
// \ref{sf.cmath.comp_ellint_2}, complete elliptic integral of the second kind
1024210242
double comp_ellint_2(double k);
1024310243
float comp_ellint_2f(float k);
1024410244
long double comp_ellint_2l(long double k);
1024510245

10246-
// \ref{sf.cmath.comp_ellint_3}, (complete) elliptic integral of the third kind
10246+
// \ref{sf.cmath.comp_ellint_3}, complete elliptic integral of the third kind
1024710247
double comp_ellint_3(double k, double nu);
1024810248
float comp_ellint_3f(float k, float nu);
1024910249
long double comp_ellint_3l(long double k, long double nu);
@@ -10253,7 +10253,7 @@
1025310253
float cyl_bessel_if(float nu, float x);
1025410254
long double cyl_bessel_il(long double nu, long double x);
1025510255

10256-
// \ref{sf.cmath.cyl_bessel_j}, cylindrical Bessel functions (of the first kind)
10256+
// \ref{sf.cmath.cyl_bessel_j}, cylindrical Bessel functions of the first kind
1025710257
double cyl_bessel_j(double nu, double x);
1025810258
float cyl_bessel_jf(float nu, float x);
1025910259
long double cyl_bessel_jl(long double nu, long double x);
@@ -10264,22 +10264,22 @@
1026410264
long double cyl_bessel_kl(long double nu, long double x);
1026510265

1026610266
// \ref{sf.cmath.cyl_neumann}, cylindrical Neumann functions;
10267-
// cylindrical Bessel functions (of the second kind):
10267+
// cylindrical Bessel functions of the second kind
1026810268
double cyl_neumann(double nu, double x);
1026910269
float cyl_neumannf(float nu, float x);
1027010270
long double cyl_neumannl(long double nu, long double x);
1027110271

10272-
// \ref{sf.cmath.ellint_1}, (incomplete) elliptic integral of the first kind
10272+
// \ref{sf.cmath.ellint_1}, incomplete elliptic integral of the first kind
1027310273
double ellint_1(double k, double phi);
1027410274
float ellint_1f(float k, float phi);
1027510275
long double ellint_1l(long double k, long double phi);
1027610276

10277-
// \ref{sf.cmath.ellint_2}, (incomplete) elliptic integral of the second kind
10277+
// \ref{sf.cmath.ellint_2}, incomplete elliptic integral of the second kind
1027810278
double ellint_2(double k, double phi);
1027910279
float ellint_2f(float k, float phi);
1028010280
long double ellint_2l(long double k, long double phi);
1028110281

10282-
// \ref{sf.cmath.ellint_3}, (incomplete) elliptic integral of the third kind
10282+
// \ref{sf.cmath.ellint_3}, incomplete elliptic integral of the third kind
1028310283
double ellint_3(double k, double nu, double phi);
1028410284
float ellint_3f(float k, float nu, float phi);
1028510285
long double ellint_3l(long double k, long double nu, long double phi);
@@ -10309,7 +10309,7 @@
1030910309
float riemann_zetaf(float x);
1031010310
long double riemann_zetal(long double x);
1031110311

10312-
// \ref{sf.cmath.sph_bessel}, spherical Bessel functions (of the first kind)
10312+
// \ref{sf.cmath.sph_bessel}, spherical Bessel functions of the first kind
1031310313
double sph_bessel(unsigned n, double x);
1031410314
float sph_besself(unsigned n, float x);
1031510315
long double sph_bessell(unsigned n, long double x);
@@ -10320,7 +10320,7 @@
1032010320
long double sph_legendrel(unsigned l, unsigned m, long double theta);
1032110321

1032210322
// \ref{sf.cmath.sph_neumann}, spherical Neumann functions;
10323-
// spherical Bessel functions (of the second kind):
10323+
// spherical Bessel functions of the second kind:
1032410324
double sph_neumann(unsigned n, double x);
1032510325
float sph_neumannf(unsigned n, float x);
1032610326
long double sph_neumannl(unsigned n, long double x);
@@ -10594,7 +10594,7 @@
1059410594
$y$ is \tcode{y}.
1059510595
\end{itemdescr}
1059610596

10597-
\rSec3[sf.cmath.comp_ellint_1]{(Complete) elliptic integral of the first kind}%
10597+
\rSec3[sf.cmath.comp_ellint_1]{Complete elliptic integral of the first kind}%
1059810598
\indexlibrary{\idxcode{comp_ellint_1}}%
1059910599
\indexlibrary{\idxcode{comp_ellint_1f}}%
1060010600
\indexlibrary{\idxcode{comp_ellint_1l}}%
@@ -10625,7 +10625,7 @@
1062510625
\pnum See also \ref{sf.cmath.ellint_1}.
1062610626
\end{itemdescr}
1062710627

10628-
\rSec3[sf.cmath.comp_ellint_2]{(Complete) elliptic integral of the second kind}%
10628+
\rSec3[sf.cmath.comp_ellint_2]{Complete elliptic integral of the second kind}%
1062910629
\indexlibrary{\idxcode{comp_ellint_2}}%
1063010630
\indexlibrary{\idxcode{comp_ellint_2f}}%
1063110631
\indexlibrary{\idxcode{comp_ellint_2l}}%
@@ -10657,7 +10657,7 @@
1065710657
\pnum See also \ref{sf.cmath.ellint_2}.
1065810658
\end{itemdescr}
1065910659

10660-
\rSec3[sf.cmath.comp_ellint_3]{(Complete) elliptic integral of the third kind}%
10660+
\rSec3[sf.cmath.comp_ellint_3]{Complete elliptic integral of the third kind}%
1066110661
\indexlibrary{\idxcode{comp_ellint_3}}%
1066210662
\indexlibrary{\idxcode{comp_ellint_3f}}%
1066310663
\indexlibrary{\idxcode{comp_ellint_3l}}%
@@ -10730,7 +10730,7 @@
1073010730
\pnum See also \ref{sf.cmath.cyl_bessel_j}.
1073110731
\end{itemdescr}
1073210732

10733-
\rSec3[sf.cmath.cyl_bessel_j]{Cylindrical Bessel functions (of the first kind)}%
10733+
\rSec3[sf.cmath.cyl_bessel_j]{Cylindrical Bessel functions of the first kind}%
1073410734
\indexlibrary{\idxcode{cyl_bessel_j}}%
1073510735
\indexlibrary{\idxcode{cyl_bessel_jf}}%
1073610736
\indexlibrary{\idxcode{cyl_bessel_jl}}%
@@ -10874,7 +10874,7 @@
1087410874
\pnum See also \ref{sf.cmath.cyl_bessel_j}.
1087510875
\end{itemdescr}
1087610876

10877-
\rSec3[sf.cmath.ellint_1]{(Incomplete) elliptic integral of the first kind}%
10877+
\rSec3[sf.cmath.ellint_1]{Incomplete elliptic integral of the first kind}%
1087810878
\indexlibrary{\idxcode{ellint_1}}%
1087910879
\indexlibrary{\idxcode{ellint_1f}}%
1088010880
\indexlibrary{\idxcode{ellint_1l}}%
@@ -10906,7 +10906,7 @@
1090610906
$phi$ is \tcode{phi}.
1090710907
\end{itemdescr}
1090810908

10909-
\rSec3[sf.cmath.ellint_2]{(Incomplete) elliptic integral of the second kind}%
10909+
\rSec3[sf.cmath.ellint_2]{Incomplete elliptic integral of the second kind}%
1091010910
\indexlibrary{\idxcode{ellint_2}}%
1091110911
\indexlibrary{\idxcode{ellint_2f}}%
1091210912
\indexlibrary{\idxcode{ellint_2l}}%
@@ -10937,7 +10937,7 @@
1093710937
$phi$ is \tcode{phi}.
1093810938
\end{itemdescr}
1093910939

10940-
\rSec3[sf.cmath.ellint_3]{(Incomplete) elliptic integral of the third kind}%
10940+
\rSec3[sf.cmath.ellint_3]{Incomplete elliptic integral of the third kind}%
1094110941
\indexlibrary{\idxcode{ellint_3}}%
1094210942
\indexlibrary{\idxcode{ellint_3f}}%
1094310943
\indexlibrary{\idxcode{ellint_3l}}%
@@ -11156,7 +11156,7 @@
1115611156
$x$ is \tcode{x}.
1115711157
\end{itemdescr}
1115811158

11159-
\rSec3[sf.cmath.sph_bessel]{Spherical Bessel functions (of the first kind)}%
11159+
\rSec3[sf.cmath.sph_bessel]{Spherical Bessel functions of the first kind}%
1116011160
\indexlibrary{\idxcode{sph_bessel}}%
1116111161
\indexlibrary{\idxcode{sph_besself}}%
1116211162
\indexlibrary{\idxcode{sph_bessell}}%

0 commit comments

Comments
 (0)