diff options
author | dos-reis <gdr@axiomatics.org> | 2008-08-31 20:28:57 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-08-31 20:28:57 +0000 |
commit | c7514825ba2dfd72261b2049d826c36b2e5c0593 (patch) | |
tree | c791e0ca6693ad12f0a651258400ce758e019f61 /src/algebra/efupxs.spad.pamphlet | |
parent | 8483558c6e9bcbe9dd464981f0a8fe5922a9809b (diff) | |
download | open-axiom-c7514825ba2dfd72261b2049d826c36b2e5c0593.tar.gz |
* algebra/aggcat.spad.pamphlet (FiniteLinearAggregate): Remove
duplicate definition of reverse.
* algebra/algcat.spad.pamphlet (FramedAlgebra): Remove duplicate
definition of regularRepresentation. Explicitly disambiguate
the argument of coodinates.
* algebra/efupxs.spad.pamphlet
(ElementaryFunctionsUnivariatePuiseuxSeries): Remove duplicate
definition of asinhIfCan, acoshIfCan, asechIfCan, acshIfCan.
* algebra/equation2.spad.pamphlet (Equation): Remove duplicate
definition of *: (S,%) -> %.
* algebra/fortpak.spad.pamphlet (MultiVariableCalculusFunctions):
Remove duplicate definition of jacobian.
* algebra/tree.spad.pamphlet (BinaryTree): Remove duplicate
definition of empty.
Diffstat (limited to 'src/algebra/efupxs.spad.pamphlet')
-rw-r--r-- | src/algebra/efupxs.spad.pamphlet | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/algebra/efupxs.spad.pamphlet b/src/algebra/efupxs.spad.pamphlet index 277b0a85..97bf95c7 100644 --- a/src/algebra/efupxs.spad.pamphlet +++ b/src/algebra/efupxs.spad.pamphlet @@ -166,12 +166,8 @@ ElementaryFunctionsUnivariatePuiseuxSeries(Coef,ULS,UPXS,EFULS):_ cothIfCan upxs == applyIfCan(cothIfCan,upxs) sechIfCan upxs == applyIfCan(sechIfCan,upxs) cschIfCan upxs == applyIfCan(cschIfCan,upxs) - asinhIfCan upxs == applyIfCan(asinhIfCan,upxs) - acoshIfCan upxs == applyIfCan(acoshIfCan,upxs) atanhIfCan upxs == applyIfCan(atanhIfCan,upxs) acothIfCan upxs == applyIfCan(acothIfCan,upxs) - asechIfCan upxs == applyIfCan(asechIfCan,upxs) - acschIfCan upxs == applyIfCan(acschIfCan,upxs) asinIfCan upxs == order(upxs,0) < 0 => "failed" |