Scientific Calculator
silentmatt/fibonacci
Calculate the nth Fibonacci Number
Tagged:
fibonacci = function(n) { exact((c:phi^n - psi^n) / sqrt(5)) where psi = 1 - c:phi }
Calculate the nth Fibonacci Number
Tagged:
fibonacci = function(n) { exact((c:phi^n - psi^n) / sqrt(5)) where psi = 1 - c:phi }
0 Comments
Sign in to leave a comment