add random_pythagore
This commit is contained in:
parent
08b841cbd9
commit
d864808774
@ -16,6 +16,7 @@ from pymath import Polynom
|
|||||||
from pymath.calculus.polynomDeg2 import Polynom_deg2
|
from pymath.calculus.polynomDeg2 import Polynom_deg2
|
||||||
from pymath import Fraction
|
from pymath import Fraction
|
||||||
from pymath import random_str
|
from pymath import random_str
|
||||||
|
from pymath import random_pythagore
|
||||||
|
|
||||||
|
|
||||||
export_dict = {}
|
export_dict = {}
|
||||||
@ -27,6 +28,7 @@ export_dict.update({"Expression":Expression,\
|
|||||||
"Polynom_deg2":Polynom_deg2,\
|
"Polynom_deg2":Polynom_deg2,\
|
||||||
"Fraction":Fraction,\
|
"Fraction":Fraction,\
|
||||||
"random_str": random_str,\
|
"random_str": random_str,\
|
||||||
|
"random_pythagore":random_pythagore,\
|
||||||
})
|
})
|
||||||
|
|
||||||
def produce_and_compile(options):
|
def produce_and_compile(options):
|
||||||
|
Loading…
Reference in New Issue
Block a user