Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit eaa699b

Browse files
committed
Update RFC-00xx-special-functions.md
1 parent e2752c9 commit eaa699b

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

RFC-00xx-special-functions.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,9 +1444,9 @@ $$(n \in \mathbb{Z}) \vee (n = 0) \vee (z \neq 0) \vee (\operatorname{Re}(z) >
14441444

14451445
##### Parameters
14461446

1447-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1447+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
14481448

1449-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1449+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
14501450

14511451
##### Keyword Arguments
14521452

@@ -1519,9 +1519,9 @@ If $z \in \mathbb{C}$, $Y_{n}(z)$ is defined for $z \neq 0$.
15191519

15201520
##### Parameters
15211521

1522-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1522+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
15231523

1524-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1524+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
15251525

15261526
##### Keyword Arguments
15271527

@@ -1592,9 +1592,9 @@ where $J_{n}(z)$ is the Bessel function of the first kind, $i$ is the imaginary
15921592

15931593
##### Parameters
15941594

1595-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1595+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
15961596

1597-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1597+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
15981598

15991599
##### Keyword Arguments
16001600

@@ -1619,9 +1619,9 @@ where $J_{n}(z)$ is the Bessel function of the first kind, $i$ is the imaginary
16191619

16201620
##### Parameters
16211621

1622-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1622+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
16231623

1624-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1624+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
16251625

16261626
##### Keyword Arguments
16271627

@@ -1646,9 +1646,9 @@ $$I_{\nu }(z)=\sum _{k=0}^{\infty } \frac{\left(\frac{z}{2}\right)^{2 k+\nu }}{\
16461646

16471647
##### Parameters
16481648

1649-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1649+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
16501650

1651-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1651+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
16521652

16531653
##### Keyword Arguments
16541654

@@ -1717,9 +1717,9 @@ where $i$ is the imaginary unit and $H_{n}^{1}(z)$ is the Hankel function of the
17171717

17181718
##### Parameters
17191719

1720-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1720+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
17211721

1722-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1722+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
17231723

17241724
##### Keyword Arguments
17251725

@@ -1788,9 +1788,9 @@ $$j_{n}(x)={\sqrt{\frac{\pi}{2x}}}J_{n + {\frac{1}{2}}}(x).$$
17881788

17891789
##### Parameters
17901790

1791-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1791+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
17921792

1793-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1793+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
17941794

17951795
##### Keyword Arguments
17961796

@@ -1861,9 +1861,9 @@ $$y_{n}(x)={\sqrt{\frac{\pi}{2x}}}Y_{n+{\frac{1}{2}}}(x).$$
18611861

18621862
##### Parameters
18631863

1864-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1864+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
18651865

1866-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1866+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
18671867

18681868
##### Keyword Arguments
18691869

@@ -1922,9 +1922,9 @@ where $H_{n}^{1}$ is the Hankel function of the first kind.
19221922

19231923
##### Parameters
19241924

1925-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1925+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
19261926

1927-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1927+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
19281928

19291929
##### Keyword Arguments
19301930

@@ -1949,9 +1949,9 @@ where $H_{n}^{2}$ is the Hankel function of the second kind.
19491949

19501950
##### Parameters
19511951

1952-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1952+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
19531953

1954-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1954+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
19551955

19561956
##### Keyword Arguments
19571957

@@ -1972,9 +1972,9 @@ modified_spherical_bessel_i(
19721972

19731973
##### Parameters
19741974

1975-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
1975+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
19761976

1977-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
1977+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
19781978

19791979
##### Keyword Arguments
19801980

@@ -2029,9 +2029,9 @@ modified_spherical_bessel_k(
20292029

20302030
##### Parameters
20312031

2032-
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – equation order. If $z$ is a number, $n$ must be a tensor.
2032+
**n** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – order. If $z$ is a number, $n$ must be a tensor.
20332033

2034-
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor)) – input. If $z$ is a number, $n$ must be a tensor.
2034+
**z** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor) *or Number*) – input. If $z$ is a number, $n$ must be a tensor.
20352035

20362036
##### Keyword Arguments
20372037

0 commit comments

Comments
 (0)