aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/intaux.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/intaux.spad.pamphlet')
-rw-r--r--src/algebra/intaux.spad.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/intaux.spad.pamphlet b/src/algebra/intaux.spad.pamphlet
index ada00a28..2025a954 100644
--- a/src/algebra/intaux.spad.pamphlet
+++ b/src/algebra/intaux.spad.pamphlet
@@ -109,7 +109,7 @@ IntegrationResult(F:Field): Exports == Implementation where
sum(logandp, coeffp)
nesimp l ==
- [[u,x] for x in removeDuplicates_!([ne.intvar for ne in l]$List(F))
+ [[u,x] for x in removeDuplicates!([ne.intvar for ne in l]$List(F))
| (u := neselect(l, x)) ~= 0]
if (F has LiouvillianFunctionCategory) and (F has RetractableTo Symbol) then
@@ -168,7 +168,7 @@ IntegrationResult(F:Field): Exports == Implementation where
coerce(u:%):O ==
(r := retractIfCan u) case F => r::F::O
- l := reverse_! [LOG2O f for f in logpart u]$List(O)
+ l := reverse! [LOG2O f for f in logpart u]$List(O)
if ratpart u ~= 0 then l := concat(ratpart(u)::O, l)
if not elem? u then l := concat([NE2O f for f in notelem u], l)
null l => 0::O