mirror of
https://github.com/DeaDvey/mathgenerator.git
synced 2025-11-28 14:35:23 +01:00
Merge branch 'master' into master
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from .__init__ import *
|
||||
import scipy
|
||||
from scipy.integrate import quad
|
||||
|
||||
|
||||
|
||||
@@ -16,3 +16,7 @@ def isprime(max_a=100):
|
||||
return (problem, solution)
|
||||
solution = True
|
||||
return (problem, solution)
|
||||
|
||||
|
||||
is_prime = Generator('isprime', 90, 'a any positive integer',
|
||||
'True/False', isprime)
|
||||
@@ -1,9 +1,6 @@
|
||||
import random
|
||||
import math
|
||||
import fractions
|
||||
from .funcs import *
|
||||
from .__init__ import getGenList
|
||||
import scipy
|
||||
|
||||
|
||||
genList = getGenList()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user