diff options
author | dos-reis <gdr@axiomatics.org> | 2009-07-16 07:52:42 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2009-07-16 07:52:42 +0000 |
commit | 6ca6195b5b843d2e5ca482cb7cf6eee934853ae6 (patch) | |
tree | 863686443215ca0d38db69f893ca97c255ed39ef /src/input/kernel.input.pamphlet | |
parent | 4f065a4bf2b814ffde4ef743cb89b384156e691d (diff) | |
download | open-axiom-6ca6195b5b843d2e5ca482cb7cf6eee934853ae6.tar.gz |
* algebra/odeef.spad.pamphlet (ElementaryFunctionODESolver): Tidy.
Diffstat (limited to 'src/input/kernel.input.pamphlet')
-rw-r--r-- | src/input/kernel.input.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/kernel.input.pamphlet b/src/input/kernel.input.pamphlet index 3652da8a..25e4007a 100644 --- a/src/input/kernel.input.pamphlet +++ b/src/input/kernel.input.pamphlet @@ -27,7 +27,7 @@ height mainKernel(sin x) height mainKernel(sin cos x) height mainKernel(sin cos (tan x + sin x)) operator mainKernel(sin cos (tan x + sin x)) -name mainKernel(sin cos (tan x + sin x)) +name operator mainKernel(sin cos (tan x + sin x)) f := operator 'f e := f(x, y, 10) is?(e, f) |