add random_pythagore

This commit is contained in:
Benjamin Bertrand 2016-02-02 08:41:02 +03:00
parent 08b841cbd9
commit d864808774
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ from pymath import Polynom
from pymath.calculus.polynomDeg2 import Polynom_deg2
from pymath import Fraction
from pymath import random_str
from pymath import random_pythagore
export_dict = {}
@ -27,6 +28,7 @@ export_dict.update({"Expression":Expression,\
"Polynom_deg2":Polynom_deg2,\
"Fraction":Fraction,\
"random_str": random_str,\
"random_pythagore":random_pythagore,\
})
def produce_and_compile(options):