Skip to content

Commit

Permalink
Added PHI constant.
Browse files Browse the repository at this point in the history
  • Loading branch information
revarbat committed Apr 12, 2019
1 parent c49aeef commit fde93d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions math.scad
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ include <constants.scad>
include <compat.scad>


// Section: Math Constants

PHI = (1+sqrt(5))/2; // The golden ratio phi.



// Function: Cpi()
// Status: DEPRECATED, use `PI` instead.
// Description:
Expand Down

0 comments on commit fde93d9

Please sign in to comment.