Unique property of the inverse of the golden ratio (#20110)

* Unique property of the inverse of the golden ratio

Added a description of how the golden ratio minus 1 is equal to the inverse of the golden ratio

* Fix typo in OP's PR
This commit is contained in:
seanakng
2018-11-03 20:18:31 -04:00
committed by Manish Giri
parent 20c0fd9a04
commit a3518d677d

View File

@@ -12,6 +12,8 @@ Given a > b > 0,
The golden ratio is irrational, and can be represented as (1 + √5)/2.
The golden ratio is unique in that it is the only number where the inverse of the number is equal to the number minus 1 (as in, 1/φ = φ - 1).
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->