diff options
Diffstat (limited to 'help/reciprocal_divide.md')
| -rw-r--r-- | help/reciprocal_divide.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/help/reciprocal_divide.md b/help/reciprocal_divide.md new file mode 100644 index 00000000..d0630205 --- /dev/null +++ b/help/reciprocal_divide.md @@ -0,0 +1,26 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/reciprocal_divide.html).* + +# Divide (`÷`) + +## `÷ 𝕩`: Reciprocal + +Gives `1 ÷ 𝕩`. + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + ÷ 5 + + + +## `𝕨 ÷ 𝕩`: Divide + +## `𝕨` divided by `𝕩`. + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + 5 ÷ 4 + + 14 ÷ 7 + + + |
