Skip to content

Commit

Permalink
Add tau
Browse files Browse the repository at this point in the history
  • Loading branch information
Denneisk committed Apr 1, 2024
1 parent 540cae7 commit 73ebaf8
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 @@ -45,6 +45,7 @@ registerType("normal", "n", 0,
E2Lib.registerConstant("PI", pi)
E2Lib.registerConstant("E", exp(1))
E2Lib.registerConstant("PHI", (1+sqrt(5))/2)
E2Lib.registerConstant("TAU", math.tau)

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

Expand Down

0 comments on commit 73ebaf8

Please sign in to comment.