Skip to content

alislahish/GSFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSFS - Generalized Secondary Fibonacci Sequences

GSFS including the Golden, Silver, Copper and other metallic means take the form G(n+1) = p * G(n) + q * G(n-1)

These are some basic JavaScript functions for calculating

Entry Point: ./src/GSFS.js

Dependencies

NodeJS:

Testing

These functions were neither optimized for any specific purpose nor tested beyond basic visual checks as seen in ./src/example.html.

About

Generalized Secondary Fibonacci Sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published