aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index 8f8db01..d0b6562 100644
--- a/README.org
+++ b/README.org
@@ -3,11 +3,11 @@
Edc is a =dc=-style RPN calculator program, distinct in its use of exact real arithmetic. It uses IC-Reals, a set of C routines developed at Imperial College that implement a system for performing exact (not arbitrary-precision) computations with real numbers (Edalat and Heckmann 2002). The distinction is subtle, but has significant consequences: try computing the 100th term of the sequence
-$$a_0=\frac{11}{2}$$,
+a₀ = 11/2,
-$$a_1=\frac{61}{11}$$,
+a₁ = 61/11,
-$$a_n = 111 - \frac{1130 - \frac{3000}{a_{n - 2}}}{a_{n−1}}$$
+aₙ = 111 - (1130 - 3000/aₙ₋₂)/aₙ₋₁
in Emacs =calc= at precisions 5, 10, 30, 60, 100, 110, 120, 130, and 140.