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

Commit d5a17f1

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

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

RFC-00xx-special-functions.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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 ($i_{0}(z )$)
1983+
#### Modified Spherical Bessel Function of the First Kind of Order $0$
19841984

19851985
```Python
19861986
modified_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 ($i_{1}(z )$)
2001+
#### Modified Spherical Bessel Function of the First Kind of Order $1$
20022002

20032003
```Python
20042004
modified_spherical_bessel_i_1(
@@ -2016,7 +2016,7 @@ modified_spherical_bessel_i_1(
20162016

20172017
**out** ([Tensor](https://pytorch.org/docs/stable/tensors.html#torch.Tensor), *optional*) – output.
20182018

2019-
#### Modified Spherical Bessel Function of the Second Kind ($k_{n}(z )$)
2019+
#### Modified Spherical Bessel Function of the Second Kind
20202020

20212021
```Python
20222022
modified_spherical_bessel_k(
@@ -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 ($k_{0}(z )$)
2040+
#### Modified Spherical Bessel Function of the Second Kind of Order $0$
20412041

20422042
```Python
20432043
modified_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 ($k_{1}(z )$)
2058+
#### Modified Spherical Bessel Function of the Second Kind of Order $1$
20592059

20602060
```Python
20612061
modified_spherical_bessel_k_1(
@@ -2090,9 +2090,9 @@ $$\mathrm {ber} _{n}(x)=({\frac {x}{2}})^{n}\sum _{k\geq 0}{\frac {\cos [({\frac
20902090

20912091
##### Parameters
20922092

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

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

20972097
##### Keyword Arguments
20982098

@@ -2111,9 +2111,9 @@ kelvin_bei(
21112111

21122112
##### Parameters
21132113

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

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

21182118
##### Keyword Arguments
21192119

@@ -2132,9 +2132,9 @@ kelvin_kei(
21322132

21332133
##### Parameters
21342134

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

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

21392139
##### Keyword Arguments
21402140

@@ -2153,9 +2153,9 @@ kelvin_ker(
21532153

21542154
##### Parameters
21552155

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

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

21602160
##### Keyword Arguments
21612161

0 commit comments

Comments
 (0)