|
|
|
|
|
by radicality
4434 days ago
|
|
Where are you getting at with the the t(n)?
As you said, the golden ratio is defined as the limit of f(n+1)/f(n), and yes, with this implementation (because f ~ t) t(n+1)/t(n) also converges to the golden ratio, but... so what, why not just use f ? |
|