Skip to content

Commit

Permalink
Add golden ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Jul 27, 2022
1 parent f4e3e59 commit a446a4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Insect/Environment.purs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ initialEnvironment =
, constVal "electronMass" Q.electronMass
, constVal "G" Q.gravitationalConstant
, constVal "g0" Q.g0
, constVal "goldenRatio" Q.phi
, constVal "φ" Q.phi
, constVal "gravity" Q.g0
, constVal "h_bar" Q.ℏ
, constVal "" Q.ℏ
Expand Down

0 comments on commit a446a4d

Please sign in to comment.