Feat(Compute): Start add MO to create MOpolynomial
This commit is contained in:
@@ -11,7 +11,7 @@ Computing with MO
|
||||
"""
|
||||
|
||||
from .exceptions import TypingError
|
||||
# from .add import add
|
||||
from .add import add
|
||||
# from .minus import minus
|
||||
# from .multiply import multiply
|
||||
from .divide import divide
|
||||
@@ -27,7 +27,7 @@ from tabulate import tabulate
|
||||
MOS = [ MOnumber, MOstr, MOFraction, MOstrPower, MOMonomial ]
|
||||
|
||||
OPERATIONS = {
|
||||
# "+": add,
|
||||
"+": add,
|
||||
# "-": minus,
|
||||
# "*": multiply,
|
||||
"/": divide,
|
||||
|
Reference in New Issue
Block a user