Skip to content

Commit

Permalink
Update RFC-00xx-special-functions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Oct 29, 2022
1 parent 16f0576 commit e634747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RFC-00xx-special-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ $$(n \in \mathbb{Z}) \vee (n = 0) \vee (z \neq 0) \vee (\operatorname{Re}(z) >

##### Parameters

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

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

Expand Down Expand Up @@ -1521,7 +1521,7 @@ If $z \in \mathbb{C}$, $Y_{n}(z)$ is defined for $z \neq 0$.

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

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

##### Keyword Arguments

Expand Down

0 comments on commit e634747

Please sign in to comment.