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/squareroot_root.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 help/squareroot_root.md (limited to 'help/squareroot_root.md') diff --git a/help/squareroot_root.md b/help/squareroot_root.md new file mode 100644 index 00000000..02e4f74d --- /dev/null +++ b/help/squareroot_root.md @@ -0,0 +1,23 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/squareroot_root.html).* + +# Root (`√`) + +## `√ 𝕩`: Square root + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + √ 2 + + + +## `𝕨 √ 𝕩`: Root + +## `𝕨`th root of `𝕩`. + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + 2 √ 2 + + 1‿2‿3‿4 √ 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/squareroot_root.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help/squareroot_root.md') 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) -- cgit v1.2.3