mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 15:59:45 +00:00
Added PHI constant.
This commit is contained in:
parent
c49aeef506
commit
fde93d9991
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue