about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lisp/js/lisp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/js/lisp.js b/lisp/js/lisp.js
index 8f7d3c1..c686e59 100644
--- a/lisp/js/lisp.js
+++ b/lisp/js/lisp.js
@@ -67,7 +67,7 @@
     },
 
     PI: Math.PI,
-    TWO_PI: Math.PI * 2,
+    TAU: Math.PI * 2,
 
     random: (...args) => {
       if (args.length >= 2) {