aboutsummaryrefslogtreecommitdiff
path: root/help/absolutevalue_modulus.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/absolutevalue_modulus.md')
-rw-r--r--help/absolutevalue_modulus.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/help/absolutevalue_modulus.md b/help/absolutevalue_modulus.md
new file mode 100644
index 00000000..87566598
--- /dev/null
+++ b/help/absolutevalue_modulus.md
@@ -0,0 +1,27 @@
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/absolutevalue_modulus.html).*
+
+# Pipe (`|`)
+
+## `| 𝕩`: Absolute Value
+
+Absolute Value of `𝕩`.
+
+[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+
+ | ¯2
+
+ | 1‿3‿¯4‿3
+
+
+
+## `𝕨 | 𝕩`: Modulus
+
+Remainder of `𝕩` divided by `𝕨`.
+
+[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
+
+ 1 | 3
+
+ 2 | 3‿4‿5
+
+