Skip to content

implementation of fibonacci sequence calculation in common lisp

Notifications You must be signed in to change notification settings

Lisp-Programs/fiblisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

fiblisp

fib_recursion.lisp

implementation of the fibonacci sequence with double recursion

fib_golden.lisp

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...

About

implementation of fibonacci sequence calculation in common lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published