2 lines
58 B
Text
2 lines
58 B
Text
|
|
fib_formula(N) = round((0.5 + 0.5*sqrt(5))**N / sqrt(5)).
|
|
|
fib_formula(N) = round((0.5 + 0.5*sqrt(5))**N / sqrt(5)).
|