diff options
Diffstat (limited to 'src/algebra/pscat.spad.pamphlet')
-rw-r--r-- | src/algebra/pscat.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/pscat.spad.pamphlet b/src/algebra/pscat.spad.pamphlet index f09df15a..0930aa2b 100644 --- a/src/algebra/pscat.spad.pamphlet +++ b/src/algebra/pscat.spad.pamphlet @@ -227,7 +227,7 @@ UnivariateTaylorSeriesCategory(Coef): Category == Definition where ++ sum of all terms of f of degree d with \spad{k1 <= d <= k2}. if Coef has Field then - "**": (%,Coef) -> % + **: (%,Coef) -> % ++ \spad{f(x) ** a} computes a power of a power series. ++ When the coefficient ring is a field, we may raise a series ++ to an exponent from the coefficient ring provided that the |