mirror of
https://github.com/wiremod/wire.git
synced 2025-03-04 03:03:04 -05:00
Add tau (#3025)
This commit is contained in:
parent
ae63083e59
commit
b17217125e
@ -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)
|
||||
|
||||
--[[************************************************************************]]--
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user