From 66de90437f64e532a51297dc233c57c2cda9a124 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 27 Mar 2023 20:23:37 +0200 Subject: Update fibonacci example and add `round` function --- library/src/math/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/src/math/mod.rs') diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index 4e91dd51..b4a5b156 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -57,6 +57,7 @@ pub fn module() -> Module { math.define("norm", norm); math.define("floor", floor); math.define("ceil", ceil); + math.define("round", round); // Attachments and accents. math.define("attach", AttachElem::func()); -- cgit v1.2.3