aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/fs2expxp.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-06-07 16:23:51 +0000
committerdos-reis <gdr@axiomatics.org>2009-06-07 16:23:51 +0000
commitf8913372cea43183d427cbe3d00c4967a840329b (patch)
tree0d650b74174ea15413221f1f6448b7870f0ab0c2 /src/algebra/fs2expxp.spad.pamphlet
parent03ca123dfb990c5ea8dde05b6f10902e4a4019b9 (diff)
downloadopen-axiom-f8913372cea43183d427cbe3d00c4967a840329b.tar.gz
* algebra/kl.spad.pamphlet (name$Kernel): Remove.
* algebra/d01weights.spad.pamphlet: Adjust. * algebra/fs2expxp.spad.pamphlet: Likewise. * algebra/fs2ups.spad.pamphlet: Likewise. * algebra/fspace.spad.pamphlet: Likewise. * algebra/limitps.spad.pamphlet: Likewise. * algebra/transsolve.spad.pamphlet: Likewise.
Diffstat (limited to 'src/algebra/fs2expxp.spad.pamphlet')
-rw-r--r--src/algebra/fs2expxp.spad.pamphlet5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/algebra/fs2expxp.spad.pamphlet b/src/algebra/fs2expxp.spad.pamphlet
index c27917f6..3678639c 100644
--- a/src/algebra/fs2expxp.spad.pamphlet
+++ b/src/algebra/fs2expxp.spad.pamphlet
@@ -334,7 +334,7 @@ FunctionSpaceToExponentialExpansion(R,FE,x,cen):_
is?(ker,"nthRoot" :: Symbol) =>
n := retract(second args)@I
nthRootToXXP(first args,n :: NNI,posCheck?)
- stateProblem(string name ker,"unknown kernel")
+ stateProblem(string name operator ker,"unknown kernel")
--% exponentials and logarithms
@@ -508,7 +508,7 @@ FunctionSpaceToExponentialExpansion(R,FE,x,cen):_
applyIfCan(acscIfCan,arg,"acsc",posCheck?)
is?(ker,"asinh" :: SY) =>
applyIfCan(asinhIfCan,arg,"asinh",posCheck?)
- stateProblem(string name ker,"unknown kernel")
+ stateProblem(string name operator ker,"unknown kernel")
if FE has abs: FE -> FE then
localAbs fcn == abs fcn
@@ -556,6 +556,7 @@ FunctionSpaceToExponentialExpansion(R,FE,x,cen):_
<<license>>=
--Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
--All rights reserved.
+--Copyright (C) 2007-2009, Gabriel Dos Reis.
--
--Redistribution and use in source and binary forms, with or without
--modification, are permitted provided that the following conditions are