Skip to content

Commit

Permalink
Add tau (#3025)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denneisk authored Apr 5, 2024
1 parent ae63083 commit b172171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/entities/gmod_wire_expression2/core/number.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

--[[************************************************************************]]--

Expand Down

0 comments on commit b172171

Please sign in to comment.