This commit is contained in:
Denneisk 2024-04-05 14:46:11 -04:00 committed by GitHub
parent ae63083e59
commit b17217125e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,7 @@ E2Lib.registerConstant("PI", pi)
E2Lib.registerConstant("INF", inf)
E2Lib.registerConstant("E", exp(1))
E2Lib.registerConstant("PHI", (1+sqrt(5))/2)
E2Lib.registerConstant("TAU", math.tau)
--[[************************************************************************]]--