aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/sttf.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/sttf.spad.pamphlet')
-rw-r--r--src/algebra/sttf.spad.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/sttf.spad.pamphlet b/src/algebra/sttf.spad.pamphlet
index 1cbc7038..b96dc31f 100644
--- a/src/algebra/sttf.spad.pamphlet
+++ b/src/algebra/sttf.spad.pamphlet
@@ -42,7 +42,7 @@ StreamTranscendentalFunctions(Coef): Exports == Implementation where
++ exp(st) computes the exponential of a power series st.
log : ST -> ST
++ log(st) computes the log of a power series.
- "**" : (ST,ST) -> ST
+ ** : (ST,ST) -> ST
++ st1 ** st2 computes the power of a power series st1 by another
++ power series st2.
@@ -490,7 +490,7 @@ StreamTranscendentalFunctionsNonCommutative(Coef): _
++ exp(st) computes the exponential of a power series st.
log : ST -> ST
++ log(st) computes the log of a power series.
- "**" : (ST,ST) -> ST
+ ** : (ST,ST) -> ST
++ st1 ** st2 computes the power of a power series st1 by another
++ power series st2.