@@ -1452,7 +1452,7 @@ $$(n \in \mathbb{Z}) \vee (n = 0) \vee (z \neq 0) \vee (\operatorname{Re}(z) >
14521452
14531453** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
14541454
1455- #### Bessel Function of the First Kind of Order $0$
1455+ #### Bessel Function of the First Kind of Order 0
14561456
14571457``` Python
14581458bessel_j_0(
@@ -1474,7 +1474,7 @@ $J_{0}(z)$ is defined for all real and complex $z$.
14741474
14751475** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
14761476
1477- #### Bessel Function of the First Kind of Order $1$
1477+ #### Bessel Function of the First Kind of Order 1
14781478
14791479``` Python
14801480bessel_j_1(
@@ -1527,7 +1527,7 @@ If $z \in \mathbb{C}$, $Y_{n}(z)$ is defined for $z \neq 0$.
15271527
15281528** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
15291529
1530- #### Bessel Function of the Second Kind of Order $0$
1530+ #### Bessel Function of the Second Kind of Order 0
15311531
15321532``` Python
15331533bessel_y_0(
@@ -1549,7 +1549,7 @@ $Y_{0}(z)$ is defined for $\\{z \in \mathbb{R}\\}$ and $\\{z \in \mathbb{C} \mid
15491549
15501550** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
15511551
1552- #### Bessel Function of the Second Kind of Order $1$
1552+ #### Bessel Function of the Second Kind of Order 1
15531553
15541554``` Python
15551555bessel_y_1(
@@ -1654,7 +1654,7 @@ $$I_{\nu }(z)=\sum _{k=0}^{\infty } \frac{\left(\frac{z}{2}\right)^{2 k+\nu }}{\
16541654
16551655** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
16561656
1657- #### Modified Bessel Function of the First Kind of Order $0$
1657+ #### Modified Bessel Function of the First Kind of Order 0
16581658
16591659``` Python
16601660modified_bessel_i_0(
@@ -1676,7 +1676,7 @@ $I_{0}(z)$ is defined for all real and complex $z$.
16761676
16771677** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
16781678
1679- #### Modified Bessel Function of the First Kind of Order $1$
1679+ #### Modified Bessel Function of the First Kind of Order 1
16801680
16811681``` Python
16821682modified_bessel_i_1(
@@ -1725,7 +1725,7 @@ where $i$ is the imaginary unit and $H_{n}^{1}(z)$ is the Hankel function of the
17251725
17261726** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
17271727
1728- #### Modified Bessel Function of the Second Kind of Order $0$
1728+ #### Modified Bessel Function of the Second Kind of Order 0
17291729
17301730``` Python
17311731modified_bessel_k_0(
@@ -1747,7 +1747,7 @@ $K_{0}(z)$ is defined for $\\{z \in \mathbb{R} \mid z > 0\\}$ and $\\{z \in \mat
17471747
17481748** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
17491749
1750- #### Modified Bessel Function of the Second Kind of Order $1$
1750+ #### Modified Bessel Function of the Second Kind of Order 1
17511751
17521752``` Python
17531753modified_bessel_k_1(
@@ -1796,7 +1796,7 @@ $$j_{n}(x)={\sqrt{\frac{\pi}{2x}}}J_{n + {\frac{1}{2}}}(x).$$
17961796
17971797** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
17981798
1799- #### Spherical Bessel Function of the First Kind of Order $0$
1799+ #### Spherical Bessel Function of the First Kind of Order 0
18001800
18011801``` Python
18021802spherical_bessel_j_0(
@@ -1820,7 +1820,7 @@ where $n = 0$.
18201820
18211821** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
18221822
1823- #### Spherical Bessel Function of the First Kind of Order $1$
1823+ #### Spherical Bessel Function of the First Kind of Order 1
18241824
18251825``` Python
18261826spherical_bessel_j_1(
@@ -1869,7 +1869,7 @@ $$y_{n}(x)={\sqrt{\frac{\pi}{2x}}}Y_{n+{\frac{1}{2}}}(x).$$
18691869
18701870** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
18711871
1872- #### Spherical Bessel Function of the Second Kind of Order $0$
1872+ #### Spherical Bessel Function of the Second Kind of Order 0
18731873
18741874``` Python
18751875spherical_bessel_y_0(
@@ -1885,7 +1885,7 @@ $$y_{n}(x)={\sqrt{\frac{\pi}{2x}}}Y_{n+{\frac{1}{2}}}(x)$$
18851885
18861886where $n = 0$.
18871887
1888- #### Spherical Bessel Function of the Second Kind of Order $1$
1888+ #### Spherical Bessel Function of the Second Kind of Order 1
18891889
18901890``` Python
18911891spherical_bessel_y_1(
@@ -1959,7 +1959,7 @@ where $H_{n}^{2}$ is the Hankel function of the second kind.
19591959
19601960### Modified Spherical Bessel Functions
19611961
1962- #### Modified Spherical Bessel Function of the First Kind ($i _ {n}(z )$)
1962+ #### Modified Spherical Bessel Function of the First Kind
19631963
19641964``` Python
19651965modified_spherical_bessel_i(
@@ -1980,7 +1980,7 @@ modified_spherical_bessel_i(
19801980
19811981** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
19821982
1983- #### Modified Spherical Bessel Function of the First Kind of Order $0$
1983+ #### Modified Spherical Bessel Function of the First Kind of Order 0
19841984
19851985``` Python
19861986modified_spherical_bessel_i_0(
@@ -1998,7 +1998,7 @@ modified_spherical_bessel_i_0(
19981998
19991999** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
20002000
2001- #### Modified Spherical Bessel Function of the First Kind of Order $1$
2001+ #### Modified Spherical Bessel Function of the First Kind of Order 1
20022002
20032003``` Python
20042004modified_spherical_bessel_i_1(
@@ -2037,7 +2037,7 @@ modified_spherical_bessel_k(
20372037
20382038** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
20392039
2040- #### Modified Spherical Bessel Function of the Second Kind of Order $0$
2040+ #### Modified Spherical Bessel Function of the Second Kind of Order 0
20412041
20422042``` Python
20432043modified_spherical_bessel_k_0(
@@ -2055,7 +2055,7 @@ modified_spherical_bessel_k_0(
20552055
20562056** out** ([ Tensor] ( https://pytorch.org/docs/stable/tensors.html#torch.Tensor ) , * optional* ) – output.
20572057
2058- #### Modified Spherical Bessel Function of the Second Kind of Order $1$
2058+ #### Modified Spherical Bessel Function of the Second Kind of Order 1
20592059
20602060``` Python
20612061modified_spherical_bessel_k_1(
0 commit comments