From cc6ce5e84f8e7ae9970c408701b5afd0bfa89e89 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Tue, 9 Jun 2020 12:32:36 +0000 Subject: [PATCH] readme: document ex-2/digits directory --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5d045f3..a989c99 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,9 @@ respectively. compute a very large number of digits and therefore doesn't come with a verified, fixed, approximation of γ. +`ex-2/digits` containes compressed text files of the first 1M digits +of γ, obtained from `ex-2/bin/fast` and from `sympy` (using `mpmath`). + ### Exercise 3