implementation of the fibonacci sequence with double recursion
implementation of the fibonacci sequence calculation with the golden ratio forumula:
Nx = ( (phi)^x - (1- phi)^x ) / sqrt(5)
where phi is the golden ratio:
phi = 1.6180339887...
| Name | Name | Last commit date | ||
|---|---|---|---|---|