diff --git a/math.scad b/math.scad index e5a2222..33fd301 100644 --- a/math.scad +++ b/math.scad @@ -40,6 +40,12 @@ include include +// Section: Math Constants + +PHI = (1+sqrt(5))/2; // The golden ratio phi. + + + // Function: Cpi() // Status: DEPRECATED, use `PI` instead. // Description: