From e6347476be8a80a9a2f60ec9f61618044faaf02a Mon Sep 17 00:00:00 2001 From: Allen Goodman Date: Sat, 29 Oct 2022 17:00:10 -0600 Subject: [PATCH] Update RFC-00xx-special-functions.md --- RFC-00xx-special-functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RFC-00xx-special-functions.md b/RFC-00xx-special-functions.md index 462001c2..1750c10d 100644 --- a/RFC-00xx-special-functions.md +++ b/RFC-00xx-special-functions.md @@ -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. @@ -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