Skip to content

Commit

Permalink
Add 'tau' alias for 'τ', closes #581
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored and David Peter committed Sep 29, 2024
1 parent 9c94957 commit e4a3a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numbat/modules/math/constants.nbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ let π = 3.14159265358979323846264338327950288

@name("Tau")
@url("https://en.wikipedia.org/wiki/Turn_(angle)#Tau_proposals")
@aliases(tau)
let τ = 2 π

@name("Euler's number")
Expand Down

0 comments on commit e4a3a59

Please sign in to comment.