From 26d39ce262c49d689ae72f7898cd8bd9f65d6a55 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 19 Jan 2022 22:24:47 -0500 Subject: Use markdown links instead of html ones for pervasion --- help/absolutevalue_modulus.md | 4 ++-- help/ceiling_maximum.md | 4 ++-- help/conjugate_add.md | 2 +- help/enclose_lessthan.md | 2 +- help/exponential_power.md | 4 ++-- help/floor_minimum.md | 4 ++-- help/gradedown_binsdown.md | 2 +- help/greaterthanorequalto.md | 2 +- help/length_notequals.md | 2 +- help/lessthanorequalto.md | 2 +- help/merge_greaterthan.md | 2 +- help/negate_subtract.md | 4 ++-- help/not_span.md | 4 ++-- help/rank_equals.md | 2 +- help/reciprocal_divide.md | 4 ++-- help/sign_multiply.md | 4 ++-- help/sortdown_or.md | 2 +- help/sortup_and.md | 2 +- help/squareroot_root.md | 4 ++-- 19 files changed, 28 insertions(+), 28 deletions(-) (limited to 'help') 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 -- cgit v1.2.3