aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/contfrac.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/contfrac.spad.pamphlet')
-rw-r--r--src/algebra/contfrac.spad.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/contfrac.spad.pamphlet b/src/algebra/contfrac.spad.pamphlet
index 615d435a..89237728 100644
--- a/src/algebra/contfrac.spad.pamphlet
+++ b/src/algebra/contfrac.spad.pamphlet
@@ -218,7 +218,7 @@ ContinuedFraction(R): Exports == Implementation where
l := concat([1,qr.quotient],l)
n := d
d := qr.remainder
- [[wh, construct rest reverse_! l], true]
+ [[wh, construct rest reverse! l], true]
characteristic == characteristic$Q
@@ -331,7 +331,7 @@ ContinuedFraction(R): Exports == Implementation where
l := concat(zagRec frst fr,l)
fr := rst fr
if not explicitlyEmpty? fr then l := concat("..." :: OUT,l)
- l := reverse_! l
+ l := reverse! l
e := reduce("+",l)
zero? wh => e
(wh :: OUT) + e