summaryrefslogtreecommitdiff
path: root/tests/typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ')
-rw-r--r--tests/typ/math/numbering.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/math/numbering.typ b/tests/typ/math/numbering.typ
index 71049a09..fd303ff2 100644
--- a/tests/typ/math/numbering.typ
+++ b/tests/typ/math/numbering.typ
@@ -8,4 +8,4 @@ We define $x$ in preparation of @fib:
$ phi.alt := (1 + sqrt(5)) / 2 $ <ratio>
With @ratio, we get
-$ F_n = floor(1 / sqrt(5) phi.alt^n) $ <fib>
+$ F_n = round(1 / sqrt(5) phi.alt^n) $ <fib>