Organized readme and added imports to some generators

This commit is contained in:
lukew3
2020-11-21 10:48:37 -05:00
parent 19a2172cdc
commit 3f0ff6ea35
14 changed files with 197 additions and 128 deletions

View File

@@ -1,5 +1,6 @@
from .__init__ import *
import math
def nthFibonacciNumberFunc(maxN=100):
golden_ratio = (1 + math.sqrt(5)) / 2