diff options
Diffstat (limited to 'help/conjugate_add.md')
| -rw-r--r-- | help/conjugate_add.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help/conjugate_add.md b/help/conjugate_add.md index 9c95db32..7227562e 100644 --- a/help/conjugate_add.md +++ b/help/conjugate_add.md @@ -3,6 +3,7 @@ # Plus (`+`) ## `+ 𝕩`: Conjugate +[→full documentation](../doc/arithmetic.md#basic-arithmetic) Complex conjugate of `𝕩`. BQN doesn't support complex numbers yet, so it has no effect. @@ -12,6 +13,7 @@ Complex conjugate of `𝕩`. BQN doesn't support complex numbers yet, so it has ## `𝕨 + 𝕩`: Add +[→full documentation](../doc/arithmetic.md#basic-arithmetic) `𝕨` added to `𝕩`. Either `𝕨` or `𝕩` can be a character, and if so, the other has to be an integer. |
