diff options
Diffstat (limited to 'src/input')
-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) |