diff options
Diffstat (limited to 'src/input/exsum.input.pamphlet')
-rw-r--r-- | src/input/exsum.input.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/exsum.input.pamphlet b/src/input/exsum.input.pamphlet index a1ce9798..a6905af1 100644 --- a/src/input/exsum.input.pamphlet +++ b/src/input/exsum.input.pamphlet @@ -37,7 +37,7 @@ sum(3*k**2/(c**2 + 1) + 12*k/d,k = (3*a)..(4*b)) )clear all [1..15] -reduce(+,[1..15]) +reduce(+,expand [1..15]) -- Input for page ExSumApproximateE )clear all |