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/exponential_power.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 help/exponential_power.md (limited to 'help/exponential_power.md') diff --git a/help/exponential_power.md b/help/exponential_power.md new file mode 100644 index 00000000..c253f2b3 --- /dev/null +++ b/help/exponential_power.md @@ -0,0 +1,27 @@ +*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/exponential_power.html).* + +# Star (`⋆`) + +## `⋆ 𝕩`: Exponential + +## `e` (Euler's constant) to the power of `𝕩`. + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + ⋆ 0‿1‿2‿3 + + + +## `𝕨 ⋆ 𝕩`: Power + +## `𝕨` to the power of `𝕩`. + +[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion) + + 2 ⋆ 5 + + 8‿5‿9 ⋆ 2 + + 2‿3 ⋆ 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/exponential_power.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help/exponential_power.md') 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) -- cgit v1.2.3