diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 22:24:47 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 22:24:47 -0500 |
| commit | 26d39ce262c49d689ae72f7898cd8bd9f65d6a55 (patch) | |
| tree | 7848b076df0bbb9cd8ac56170c3049089d948c0c /help | |
| parent | c59b76358bb567169719b11d816ec8a0a28098c4 (diff) | |
Use markdown links instead of html ones for pervasion
Diffstat (limited to 'help')
| -rw-r--r-- | help/absolutevalue_modulus.md | 4 | ||||
| -rw-r--r-- | help/ceiling_maximum.md | 4 | ||||
| -rw-r--r-- | help/conjugate_add.md | 2 | ||||
| -rw-r--r-- | help/enclose_lessthan.md | 2 | ||||
| -rw-r--r-- | help/exponential_power.md | 4 | ||||
| -rw-r--r-- | help/floor_minimum.md | 4 | ||||
| -rw-r--r-- | help/gradedown_binsdown.md | 2 | ||||
| -rw-r--r-- | help/greaterthanorequalto.md | 2 | ||||
| -rw-r--r-- | help/length_notequals.md | 2 | ||||
| -rw-r--r-- | help/lessthanorequalto.md | 2 | ||||
| -rw-r--r-- | help/merge_greaterthan.md | 2 | ||||
| -rw-r--r-- | help/negate_subtract.md | 4 | ||||
| -rw-r--r-- | help/not_span.md | 4 | ||||
| -rw-r--r-- | help/rank_equals.md | 2 | ||||
| -rw-r--r-- | help/reciprocal_divide.md | 4 | ||||
| -rw-r--r-- | help/sign_multiply.md | 4 | ||||
| -rw-r--r-- | help/sortdown_or.md | 2 | ||||
| -rw-r--r-- | help/sortup_and.md | 2 | ||||
| -rw-r--r-- | help/squareroot_root.md | 4 |
19 files changed, 28 insertions, 28 deletions
diff --git a/help/absolutevalue_modulus.md b/help/absolutevalue_modulus.md index 87566598..b9b9c248 100644 --- a/help/absolutevalue_modulus.md +++ b/help/absolutevalue_modulus.md @@ -6,7 +6,7 @@ Absolute Value of `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) | ยฏ2 @@ -18,7 +18,7 @@ Absolute Value of `๐ฉ`. Remainder of `๐ฉ` divided by `๐จ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 | 3 diff --git a/help/ceiling_maximum.md b/help/ceiling_maximum.md index a0ac5282..629f35a1 100644 --- a/help/ceiling_maximum.md +++ b/help/ceiling_maximum.md @@ -6,7 +6,7 @@ Round `๐ฉ` up. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) โ 1.2โฟฯโฟ3โฟ7.89 @@ -16,7 +16,7 @@ Round `๐ฉ` up. Maximum of `๐จ` and `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 โ 2 diff --git a/help/conjugate_add.md b/help/conjugate_add.md index 5ac05396..57e9a0a9 100644 --- a/help/conjugate_add.md +++ b/help/conjugate_add.md @@ -13,7 +13,7 @@ `๐จ` 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) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 + 2 diff --git a/help/enclose_lessthan.md b/help/enclose_lessthan.md index d584584f..9089248a 100644 --- a/help/enclose_lessthan.md +++ b/help/enclose_lessthan.md @@ -18,7 +18,7 @@ Create a unit array containing `๐ฉ`. (`(โข๐ฉ) โก โจโฉ`) `๐จ` and `๐ฉ` can both be either numbers or characters. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 < 3 diff --git a/help/exponential_power.md b/help/exponential_power.md index 891dba08..cdc432e2 100644 --- a/help/exponential_power.md +++ b/help/exponential_power.md @@ -6,7 +6,7 @@ `e` (Euler's constant) to the power of `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) โ 0โฟ1โฟ2โฟ3 @@ -16,7 +16,7 @@ `๐จ` to the power of `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 2 โ 5 diff --git a/help/floor_minimum.md b/help/floor_minimum.md index 95bb5976..05e8f701 100644 --- a/help/floor_minimum.md +++ b/help/floor_minimum.md @@ -6,7 +6,7 @@ Round `๐ฉ` down. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) โ 1.2โฟฯโฟ3โฟ7.89 @@ -16,7 +16,7 @@ Round `๐ฉ` down. Minimum of `๐จ` and `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 โ 2 diff --git a/help/gradedown_binsdown.md b/help/gradedown_binsdown.md index f3906c00..36f37159 100644 --- a/help/gradedown_binsdown.md +++ b/help/gradedown_binsdown.md @@ -20,7 +20,7 @@ Binary search for each element of `๐ฉ` in `๐จ`, and return the index found, `๐จ` must be sorted in descending order. -[Right Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Right Pervasive.](../doc/arithmetic.md#pervasion) 7โฟ5โฟ4โฟ3 โ 2 diff --git a/help/greaterthanorequalto.md b/help/greaterthanorequalto.md index 941087cd..cffdb24e 100644 --- a/help/greaterthanorequalto.md +++ b/help/greaterthanorequalto.md @@ -6,7 +6,7 @@ `๐จ` and `๐ฉ` can both be either numbers or characters. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 โฅ 3 diff --git a/help/length_notequals.md b/help/length_notequals.md index 75cffd78..4d694efd 100644 --- a/help/length_notequals.md +++ b/help/length_notequals.md @@ -21,7 +21,7 @@ Length of the first dimension of `๐ฉ`. ## `๐จ โ ๐ฉ`: Not Equal To -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 โ 3 diff --git a/help/lessthanorequalto.md b/help/lessthanorequalto.md index 6d11fd5c..5bd81d62 100644 --- a/help/lessthanorequalto.md +++ b/help/lessthanorequalto.md @@ -6,7 +6,7 @@ `๐จ` and `๐ฉ` can both be either numbers or characters. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 โค 3 diff --git a/help/merge_greaterthan.md b/help/merge_greaterthan.md index 23878afd..97dc7a57 100644 --- a/help/merge_greaterthan.md +++ b/help/merge_greaterthan.md @@ -26,7 +26,7 @@ Returns atomic values as is. `๐จ` and `๐ฉ` can both be either numbers or characters. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 > 3 diff --git a/help/negate_subtract.md b/help/negate_subtract.md index 8a70e1bf..5f88c791 100644 --- a/help/negate_subtract.md +++ b/help/negate_subtract.md @@ -6,7 +6,7 @@ Additive Inverse of `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) - 1 @@ -17,7 +17,7 @@ Additive Inverse of `๐ฉ`. Subtract `๐ฉ` from `๐จ`. `๐จ` and `๐ฉ` can be characters or integers. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 - 2 diff --git a/help/not_span.md b/help/not_span.md index 7b099699..c194e8d3 100644 --- a/help/not_span.md +++ b/help/not_span.md @@ -6,7 +6,7 @@ Logical Not of `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) ยฌ 0 @@ -18,7 +18,7 @@ Logical Not of `๐ฉ`. Count of numbers in the inclusive range from `๐ฉ` to `๐จ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 3 ยฌ 1 diff --git a/help/rank_equals.md b/help/rank_equals.md index 9a451009..50575a4b 100644 --- a/help/rank_equals.md +++ b/help/rank_equals.md @@ -19,7 +19,7 @@ Returns the number of dimensions in `๐ฉ`. ## `๐จ = ๐ฉ`: Equal To -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 = 3 diff --git a/help/reciprocal_divide.md b/help/reciprocal_divide.md index c7d8374c..9d307c02 100644 --- a/help/reciprocal_divide.md +++ b/help/reciprocal_divide.md @@ -6,7 +6,7 @@ Gives `1 รท ๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) รท 5 @@ -16,7 +16,7 @@ Gives `1 รท ๐ฉ`. `๐จ` divided by `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 5 รท 4 diff --git a/help/sign_multiply.md b/help/sign_multiply.md index 3b8fa8de..d8ab406e 100644 --- a/help/sign_multiply.md +++ b/help/sign_multiply.md @@ -9,7 +9,7 @@ Sign of `๐ฉ`. - `0` if `๐ฉ = 0` - `1` if `๐ฉ > 0` -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) ร ยฏ5โฟ0โฟ5โฟ1 @@ -19,7 +19,7 @@ Sign of `๐ฉ`. `๐จ` multiplied by `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 ร 2 diff --git a/help/sortdown_or.md b/help/sortdown_or.md index 03982acd..690300ee 100644 --- a/help/sortdown_or.md +++ b/help/sortdown_or.md @@ -14,7 +14,7 @@ Sort array `๐ฉ` in descending order. Logical Or of `๐จ` and `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 โจ 0 diff --git a/help/sortup_and.md b/help/sortup_and.md index bf727848..0a323116 100644 --- a/help/sortup_and.md +++ b/help/sortup_and.md @@ -14,7 +14,7 @@ Sort array `๐ฉ` in ascending order. Logical And of `๐จ` and `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 1 โง 1 diff --git a/help/squareroot_root.md b/help/squareroot_root.md index c97c92c5..04487c6c 100644 --- a/help/squareroot_root.md +++ b/help/squareroot_root.md @@ -4,7 +4,7 @@ ## `โ ๐ฉ`: Square root -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) โ 2 @@ -14,7 +14,7 @@ `๐จ`th root of `๐ฉ`. -[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) +[Pervasive.](../doc/arithmetic.md#pervasion) 2 โ 2 |
