gsfs
v1.0.4
Published
Generalized Secondary Fibonacci Sequences
Downloads
9
Maintainers
Readme
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
- Metallic means as
Array
values, - Metallic ratios as
number
values, and - Logarithmic spirals of the form r = a * e^(b * theta) as
Object
values.
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.