Skip to content

Commit 447b629

Browse files
authored
[numerics] Correct typo Bessell -> Bessel (cplusplus#7244)
1 parent 24ceda7 commit 447b629

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/numerics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10143,7 +10143,7 @@
1014310143
\indexlibraryglobal{cyl_bessel_if}%
1014410144
\indexlibraryglobal{cyl_bessel_il}%
1014510145
\indextext{Bessel functions!$\mathsf{I}_\nu$}%
10146-
\indextext{I nu@$\mathsf{I}_\nu$ (Bessell functions)}%
10146+
\indextext{I nu@$\mathsf{I}_\nu$ (Bessel functions)}%
1014710147
\begin{itemdecl}
1014810148
@\placeholder{floating-point-type}@ cyl_bessel_i(@\placeholder{floating-point-type}@ nu, @\placeholder{floating-point-type}@ x);
1014910149
float cyl_bessel_if(float nu, float x);
@@ -10186,7 +10186,7 @@
1018610186
\indexlibraryglobal{cyl_bessel_jf}%
1018710187
\indexlibraryglobal{cyl_bessel_jl}%
1018810188
\indextext{Bessel functions!$\mathsf{J}_\nu$}%
10189-
\indextext{J nu@$\mathsf{J}_\nu$ (Bessell functions)}%
10189+
\indextext{J nu@$\mathsf{J}_\nu$ (Bessel functions)}%
1019010190
\begin{itemdecl}
1019110191
@\placeholder{floating-point-type}@ cyl_bessel_j(@\placeholder{floating-point-type}@ nu, @\placeholder{floating-point-type}@ x);
1019210192
float cyl_bessel_jf(float nu, float x);
@@ -10226,7 +10226,7 @@
1022610226
\indexlibraryglobal{cyl_bessel_kf}%
1022710227
\indexlibraryglobal{cyl_bessel_kl}%
1022810228
\indextext{Bessel functions!$\mathsf{K}_\nu$}%
10229-
\indextext{K nu@$\mathsf{K}_\nu$ (Bessell functions)}%
10229+
\indextext{K nu@$\mathsf{K}_\nu$ (Bessel functions)}%
1023010230
\begin{itemdecl}
1023110231
@\placeholder{floating-point-type}@ cyl_bessel_k(@\placeholder{floating-point-type}@ nu, @\placeholder{floating-point-type}@ x);
1023210232
float cyl_bessel_kf(float nu, float x);

0 commit comments

Comments
 (0)