diff options
Diffstat (limited to 'src/input/wester.input.pamphlet')
-rw-r--r-- | src/input/wester.input.pamphlet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/wester.input.pamphlet b/src/input/wester.input.pamphlet index 5e08228b..0576c2f6 100644 --- a/src/input/wester.input.pamphlet +++ b/src/input/wester.input.pamphlet @@ -30,10 +30,10 @@ factor(%) -- Infinite precision rational numbers 1/2 + 1/3 + 1/4 + 1/5 + 1/6 + 1/7 + 1/8 + 1/9 + 1/10 -- Arbitrary precision floating point numbers -digits(50); +digits(50) -- This number is nearly an integer exp(sqrt(163.)*%pi) -digits(20); +digits(20) -- Special functions besselJ(2, 1 + %i) -- Complete decimal expansion of a rational number |