Feat(Compute): Add MOpolynomial with scalar
This commit is contained in:
@@ -73,6 +73,10 @@ class MOpolynomial(MO):
|
||||
def degree(self):
|
||||
return self._power
|
||||
|
||||
@property
|
||||
def coefficients(self):
|
||||
return self._coefs
|
||||
|
||||
|
||||
# -----------------------------
|
||||
# Reglages pour 'vim'
|
||||
|
Reference in New Issue
Block a user