diff options
Diffstat (limited to 'help/negate_subtract.md')
| -rw-r--r-- | help/negate_subtract.md | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/help/negate_subtract.md b/help/negate_subtract.md index 5f88c791..ddde712f 100644 --- a/help/negate_subtract.md +++ b/help/negate_subtract.md @@ -1,24 +1,24 @@ *View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/negate_subtract.html).* # Minus (`-`) - + ## `- 𝕩`: Negate - + Additive Inverse of `𝕩`. - + [Pervasive.](../doc/arithmetic.md#pervasion) - + - 1 - ¯1 - + ## `𝕨 - 𝕩`: Subtract - + Subtract `𝕩` from `𝕨`. `𝕨` and `𝕩` can be characters or integers. - + [Pervasive.](../doc/arithmetic.md#pervasion) - + 1 - 2 1 - 2‿3‿4 @@ -26,5 +26,3 @@ Subtract `𝕩` from `𝕨`. `𝕨` and `𝕩` can be characters or integers. 'a' - 4 'b' - 'a' - - |
