mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Organized readme and added imports to some generators
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from .__init__ import *
|
||||
|
||||
import math
|
||||
|
||||
def nthFibonacciNumberFunc(maxN=100):
|
||||
golden_ratio = (1 + math.sqrt(5)) / 2
|
||||
|
||||
Reference in New Issue
Block a user