mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49: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>
|
include <compat.scad>
|
||||||
|
|
||||||
|
|
||||||
|
// Section: Math Constants
|
||||||
|
|
||||||
|
PHI = (1+sqrt(5))/2; // The golden ratio phi.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Function: Cpi()
|
// Function: Cpi()
|
||||||
// Status: DEPRECATED, use `PI` instead.
|
// Status: DEPRECATED, use `PI` instead.
|
||||||
// Description:
|
// Description:
|
||||||
|
|
Loading…
Reference in a new issue