about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-03-03 10:26:51 -0500
committerelioat <elioat@tilde.institute>2023-03-03 10:26:51 -0500
commitff4f7a6d830de18caea887308c495dac93393bd1 (patch)
tree500037f89354cac4fdbdb4f3400df6e4a2040443
parent3be0f922b96de8ab34083845efc3d6c75c80e036 (diff)
downloadtour-ff4f7a6d830de18caea887308c495dac93393bd1.tar.gz
*
-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) {