From c7514825ba2dfd72261b2049d826c36b2e5c0593 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 31 Aug 2008 20:28:57 +0000 Subject: * 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. --- src/algebra/efupxs.spad.pamphlet | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/algebra/efupxs.spad.pamphlet') 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" -- cgit v1.2.3