aboutsummaryrefslogtreecommitdiff
path: root/help/floor_minimum.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/floor_minimum.md')
-rw-r--r--help/floor_minimum.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/floor_minimum.md b/help/floor_minimum.md
index ff4ee621..42caaedd 100644
--- a/help/floor_minimum.md
+++ b/help/floor_minimum.md
@@ -3,6 +3,7 @@
# Left Floor (`⌊`)
## `⌊ 𝕩`: Floor
+[→full documentation](../doc/arithmetic.md#additional-arithmetic)
Round `𝕩` down to the nearest integer.
@@ -13,6 +14,7 @@ Round `𝕩` down to the nearest integer.
## `𝕨 ⌊ 𝕩`: Minimum
+[→full documentation](../doc/arithmetic.md#additional-arithmetic)
Minimum of `𝕨` and `𝕩`.