diff options
Diffstat (limited to 'help')
| -rw-r--r-- | help/after_bindright.md | 4 | ||||
| -rw-r--r-- | help/atop.md | 4 | ||||
| -rw-r--r-- | help/before_bindleft.md | 4 | ||||
| -rw-r--r-- | help/conjugate_add.md | 2 | ||||
| -rw-r--r-- | help/enclose_less.md | 2 | ||||
| -rw-r--r-- | help/exponential_power.md | 4 | ||||
| -rw-r--r-- | help/gradedown_binsdown.md | 2 | ||||
| -rw-r--r-- | help/gradeup_binsup.md | 2 | ||||
| -rw-r--r-- | help/greatequal.md | 2 | ||||
| -rw-r--r-- | help/lessequal.md | 2 | ||||
| -rw-r--r-- | help/over.md | 4 | ||||
| -rw-r--r-- | help/reciprocal_divide.md | 2 | ||||
| -rw-r--r-- | help/sign_multiply.md | 2 | ||||
| -rw-r--r-- | help/squareroot_root.md | 2 |
14 files changed, 19 insertions, 19 deletions
diff --git a/help/after_bindright.md b/help/after_bindright.md index 653b5f55..e8cb2bcb 100644 --- a/help/after_bindright.md +++ b/help/after_bindright.md @@ -20,7 +20,7 @@ Supply `๐` as a right argument to `๐ฝ` (`๐ฉ ๐ฝ ๐`). Apply `๐พ` to `๐ฉ`, and supply it as a right argument to `๐ฝ` (`๐ฉ ๐ฝ (๐พ ๐ฉ)`). -## `๐ฝ` must be dyadic, `๐พ` must be monadic. +`๐ฝ` must be dyadic, `๐พ` must be monadic. รโ- 9 @@ -34,7 +34,7 @@ Apply `๐พ` to `๐ฉ`, and supply it as a right argument to `๐ฝ` (`๐ฉ ๐ฝ Apply `๐พ` to `๐ฉ`, and supply it as a right argument to `๐ฝ` (`๐จ ๐ฝ (๐พ ๐ฉ)`). -## `๐ฝ` must be dyadic, `๐พ` must be monadic. +`๐ฝ` must be dyadic, `๐พ` must be monadic. 2 รโ- 1 diff --git a/help/atop.md b/help/atop.md index 98073c0f..525c4800 100644 --- a/help/atop.md +++ b/help/atop.md @@ -6,7 +6,7 @@ Apply `๐พ` to `๐ฉ`, then apply `๐ฝ` (`๐ฝ ๐พ ๐ฉ`). -## `๐ฝ` and `๐พ` must be monadic. +`๐ฝ` and `๐พ` must be monadic. -โ- 5 @@ -18,7 +18,7 @@ Apply `๐พ` to `๐ฉ`, then apply `๐ฝ` (`๐ฝ ๐พ ๐ฉ`). Apply `๐พ` to `๐จ` and `๐ฉ`, then apply `๐ฝ` (`๐ฝ (๐จ ๐พ ๐ฉ)`). -## `๐ฝ` must be monadic, and `๐พ` must be dyadic. +#`๐ฝ` must be monadic, and `๐พ` must be dyadic. 1 -โ+ 2 diff --git a/help/before_bindleft.md b/help/before_bindleft.md index 2ebbf8e7..eeeb1fcf 100644 --- a/help/before_bindleft.md +++ b/help/before_bindleft.md @@ -18,7 +18,7 @@ Supply `๐` as a left argument to `๐พ` (`๐ ๐พ ๐ฉ`). Apply `๐ฝ` to `๐ฉ`, and supply it as a left argument to `๐พ` (`(๐ฝ ๐ฉ) ๐พ ๐ฉ`). -## `๐ฝ` must be monadic, `๐พ` must be dyadic. +`๐ฝ` must be monadic, `๐พ` must be dyadic. -โธ+ 9 @@ -32,7 +32,7 @@ Apply `๐ฝ` to `๐ฉ`, and supply it as a left argument to `๐พ` (`(๐ฝ ๐ฉ) Apply `๐ฝ` to `๐จ`, and supply it as a left argument to `๐พ` (`(๐ฝ ๐จ) ๐พ ๐ฉ`). -## `๐ฝ` must be monadic, `๐พ` must be dyadic. +`๐ฝ` must be monadic, `๐พ` must be dyadic. 2 -โธ+ 1 diff --git a/help/conjugate_add.md b/help/conjugate_add.md index 0ed0c332..5ac05396 100644 --- a/help/conjugate_add.md +++ b/help/conjugate_add.md @@ -11,7 +11,7 @@ ## `๐จ + ๐ฉ`: Add -## `๐จ` added to `๐ฉ`. Either `๐จ` or `๐ฉ` can be a character, and if so, the other has to be an integer. +`๐จ` added to `๐ฉ`. Either `๐จ` or `๐ฉ` can be a character, and if so, the other has to be an integer. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) diff --git a/help/enclose_less.md b/help/enclose_less.md index 0417b703..1f743fd9 100644 --- a/help/enclose_less.md +++ b/help/enclose_less.md @@ -16,7 +16,7 @@ Create a unit array containing `๐ฉ`. (`(โข๐ฉ) โก โจโฉ`) ## `๐จ < ๐ฉ`: Lesser Than -## `๐จ` and `๐ฉ` can both be either numbers or characters. +`๐จ` and `๐ฉ` can both be either numbers or characters. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) diff --git a/help/exponential_power.md b/help/exponential_power.md index c253f2b3..891dba08 100644 --- a/help/exponential_power.md +++ b/help/exponential_power.md @@ -4,7 +4,7 @@ ## `โ ๐ฉ`: Exponential -## `e` (Euler's constant) to the power of `๐ฉ`. +`e` (Euler's constant) to the power of `๐ฉ`. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) @@ -14,7 +14,7 @@ ## `๐จ โ ๐ฉ`: Power -## `๐จ` to the power of `๐ฉ`. +`๐จ` to the power of `๐ฉ`. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) diff --git a/help/gradedown_binsdown.md b/help/gradedown_binsdown.md index 8568293d..f3906c00 100644 --- a/help/gradedown_binsdown.md +++ b/help/gradedown_binsdown.md @@ -18,7 +18,7 @@ Indices of `๐ฉ` that would sort its major cells in descending order. Binary search for each element of `๐ฉ` in `๐จ`, and return the index found, if any. -## `๐จ` must be sorted in descending order. +`๐จ` must be sorted in descending order. [Right Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) diff --git a/help/gradeup_binsup.md b/help/gradeup_binsup.md index 1ddd891a..7a73116d 100644 --- a/help/gradeup_binsup.md +++ b/help/gradeup_binsup.md @@ -19,7 +19,7 @@ Indices of `๐ฉ` that would sort its major cells in ascending order. Binary search for each element of `๐ฉ` in `๐จ`, and return the index found, if any. -## `๐จ` must be sorted in ascending order. +`๐จ` must be sorted in ascending order. 3โฟ4โฟ5โฟ7 โ 2 diff --git a/help/greatequal.md b/help/greatequal.md index f1b8b4f8..1772cbaf 100644 --- a/help/greatequal.md +++ b/help/greatequal.md @@ -4,7 +4,7 @@ ## `๐จ โฅ ๐ฉ`: Greater Than or Equal To -## `๐จ` and `๐ฉ` can both be either numbers or characters. +`๐จ` and `๐ฉ` can both be either numbers or characters. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) diff --git a/help/lessequal.md b/help/lessequal.md index 4d77dbfc..8fc0000b 100644 --- a/help/lessequal.md +++ b/help/lessequal.md @@ -4,7 +4,7 @@ ## `๐จ โค ๐ฉ`: Lesser Than or Equal To -## `๐จ` and `๐ฉ` can both be either numbers or characters. +`๐จ` and `๐ฉ` can both be either numbers or characters. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) diff --git a/help/over.md b/help/over.md index d6086037..38795145 100644 --- a/help/over.md +++ b/help/over.md @@ -6,7 +6,7 @@ Apply `๐พ` to `๐ฉ`, then apply `๐ฝ` (`๐ฝ ๐พ ๐ฉ`). -## `๐ฝ` and `๐พ` must be monadic. +`๐ฝ` and `๐พ` must be monadic. -โ- 5 @@ -18,7 +18,7 @@ Apply `๐พ` to `๐ฉ`, then apply `๐ฝ` (`๐ฝ ๐พ ๐ฉ`). Apply `๐พ` to `๐จ` and `๐ฉ`, then apply `๐ฝ` to them (`(๐พ ๐จ) ๐ฝ (๐พ ๐ฉ)`). -## `๐ฝ` must be dyadic, `๐พ` must be monadic. +`๐ฝ` must be dyadic, `๐พ` must be monadic. 1 +โ- 2 diff --git a/help/reciprocal_divide.md b/help/reciprocal_divide.md index d0630205..c7d8374c 100644 --- a/help/reciprocal_divide.md +++ b/help/reciprocal_divide.md @@ -14,7 +14,7 @@ Gives `1 รท ๐ฉ`. ## `๐จ รท ๐ฉ`: Divide -## `๐จ` divided by `๐ฉ`. +`๐จ` divided by `๐ฉ`. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) diff --git a/help/sign_multiply.md b/help/sign_multiply.md index 53a87654..3b8fa8de 100644 --- a/help/sign_multiply.md +++ b/help/sign_multiply.md @@ -17,7 +17,7 @@ Sign of `๐ฉ`. ## `๐จ ร ๐ฉ`: Multiply -## `๐จ` multiplied by `๐ฉ`. +`๐จ` multiplied by `๐ฉ`. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) diff --git a/help/squareroot_root.md b/help/squareroot_root.md index 02e4f74d..c97c92c5 100644 --- a/help/squareroot_root.md +++ b/help/squareroot_root.md @@ -12,7 +12,7 @@ ## `๐จ โ ๐ฉ`: Root -## `๐จ`th root of `๐ฉ`. +`๐จ`th root of `๐ฉ`. [Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) |
