From 2c50d91ec7eb8bc7890befe874a0b93729c2437e Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 22:48:16 +0530 Subject: add h2s remove copied output, ascii filenames --- help/sign_multiply.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 help/sign_multiply.md (limited to 'help/sign_multiply.md') diff --git a/help/sign_multiply.md b/help/sign_multiply.md new file mode 100644 index 00000000..53a87654 --- /dev/null +++ b/help/sign_multiply.md @@ -0,0 +1,28 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/sign_multiply.html).* + +# Times (`×`) + +## `× 𝕩`: Sign + +Sign of `𝕩`. +- `¯1` if `𝕩 < 0` +- `0` if `𝕩 = 0` +- `1` if `𝕩 > 0` + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + × ¯5‿0‿5‿1 + + + +## `𝕨 × 𝕩`: Multiply + +## `𝕨` multiplied by `𝕩`. + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + 1 × 2 + + 2 × 2‿3‿4 + + -- cgit v1.2.3 From edddb9be0aa1f03c8608d3dabf7ccfea3fdde206 Mon Sep 17 00:00:00 2001 From: razetime Date: Wed, 19 Jan 2022 22:52:35 +0530 Subject: fix erratic h2s --- help/sign_multiply.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/sign_multiply.md') 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) -- cgit v1.2.3