1 line
58 B
Text
1 line
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)).
|