diff options
Diffstat (limited to 'src/algebra/puiseux.spad.pamphlet')
-rw-r--r-- | src/algebra/puiseux.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/puiseux.spad.pamphlet b/src/algebra/puiseux.spad.pamphlet index 1bd402aa..ca2a82d7 100644 --- a/src/algebra/puiseux.spad.pamphlet +++ b/src/algebra/puiseux.spad.pamphlet @@ -298,7 +298,7 @@ UnivariatePuiseuxSeriesConstructor(Coef,ULS):_ map(fcn,upxs) == puiseux(getExpon upxs,map(fcn,getULS upxs)) - characteristic() == characteristic()$Coef + characteristic == characteristic$Coef -- multiplyCoefficients(f,upxs) == -- r := getExpon upxs |