Skip to content

Commit e634747

Browse files
committed
Update RFC-00xx-special-functions.md
1 parent 16f0576 commit e634747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RFC-00xx-special-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ $$(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) *or Number*) – 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 $n$ is a number, $z$ must be a tensor.
14481448

14491449
**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

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

15221522
**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) *or Number*) – 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 $n$ is a number, $z$ must be a tensor.
15251525

15261526
##### Keyword Arguments
15271527

0 commit comments

Comments
 (0)