Y
Hacker News
new
|
ask
|
show
|
jobs
by
travisjungroth
1251 days ago
a, b, c = fib(n), fib(n+1), fib(n+2) assert abs(c / b - phi) < abs(b / a - phi)