diff options
Diffstat (limited to 'help/¬not span.md')
| -rw-r--r-- | help/¬not span.md | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/help/¬not span.md b/help/¬not span.md index 5649410e..26349704 100644 --- a/help/¬not span.md +++ b/help/¬not span.md @@ -1,25 +1,27 @@ -Not (`¬`) +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/¬not span.html).* + +# Not (`¬`) `¬ 𝕩`: Logical Not Logical Not of `𝕩`. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) -``` - ¬ 0 -1 - ¬ 1‿0 -⟨ 0 1 ⟩ -``` + + ¬ 0 + 1 + ¬ 1‿0 + ⟨ 0 1 ⟩ + `𝕨 ¬ 𝕩`: Span Count of numbers in the inclusive range from `𝕩` to `𝕨`. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) -``` - 3 ¬ 1 -3 - 3‿4 ¬ 0‿2 -⟨ 4 3 ⟩ -```
\ No newline at end of file + + 3 ¬ 1 + 3 + 3‿4 ¬ 0‿2 + ⟨ 4 3 ⟩ + |
