From 7bd82b57975bbc1ff5b87fed0739815c620ecdcc Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 11 Jun 2009 21:51:23 +0000 Subject: * algebra/: Remove quotes from operator namaes in signatures. --- src/algebra/pscat.spad.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algebra/pscat.spad.pamphlet') 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 -- cgit v1.2.3