aboutsummaryrefslogtreecommitdiffstats
path: root/lib/math.moon
diff options
context:
space:
mode:
Diffstat (limited to 'lib/math.moon')
-rw-r--r--lib/math.moon2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/math.moon b/lib/math.moon
index 8ada38a..8e54bbd 100644
--- a/lib/math.moon
+++ b/lib/math.moon
@@ -50,6 +50,8 @@ module = {
:div, '/': div
mix: func_op 'mix', 3, (a, b, i) -> i*b + (1-i)*a
+
+ pi: math.pi, huge: math.huge
}
for name, arity in pairs {