diff options
author | elioat <elioat@tilde.institute> | 2023-03-03 10:26:51 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-03-03 10:26:51 -0500 |
commit | ff4f7a6d830de18caea887308c495dac93393bd1 (patch) | |
tree | 500037f89354cac4fdbdb4f3400df6e4a2040443 | |
parent | 3be0f922b96de8ab34083845efc3d6c75c80e036 (diff) | |
download | tour-ff4f7a6d830de18caea887308c495dac93393bd1.tar.gz |
*
-rw-r--r-- | lisp/js/lisp.js | 2 |
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) { |