Go to file
SeerLite be1b787210 Update README 2023-03-05 02:44:37 -03:00
.gitignore Initial commit 2023-02-09 00:11:49 -03:00
Makefile Rename source file and add build instructions 2023-03-05 02:40:15 -03:00
README.txt Update README 2023-03-05 02:44:37 -03:00
approx-e.cc Rename source file and add build instructions 2023-03-05 02:40:15 -03:00
manifest.scm Remove generated header from manifest.scm 2023-03-05 02:32:28 -03:00

README.txt

Experiment to learn a little bit of C++ and how I would go about approximating e.
Can be built with Guix:
    guix shell -m manifest.scm -- make
Usage:
    approx-e <min digits> <update interval>
<min digits>: the minimum amount of digits to calculate.
<update interval>: amount of Taylor terms between each output update