aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/taylor.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/taylor.spad.pamphlet')
-rw-r--r--src/algebra/taylor.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/taylor.spad.pamphlet b/src/algebra/taylor.spad.pamphlet
index 2005597a..a54ec020 100644
--- a/src/algebra/taylor.spad.pamphlet
+++ b/src/algebra/taylor.spad.pamphlet
@@ -126,7 +126,7 @@ InnerTaylorSeries(Coef): Exports == Implementation where
n = 0 => 1
expt(x,n :: PositiveInteger)$RepeatedSquaring(%)
- characteristic() == characteristic()$Coef
+ characteristic == characteristic$Coef
pole? x == false
iOrder: (ST,NNI,NNI) -> NNI