Add golden ratio constant
This commit is contained in:
parent
99e72c552b
commit
6d7dbcdffe
1 changed files with 2 additions and 0 deletions
|
|
@ -5,4 +5,6 @@ namespace psemek::geom
|
|||
|
||||
constexpr long double pi = 3.141592653589793238462643383279502884l;
|
||||
|
||||
constexpr long double phi = 1.61803398874989484820l;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue