summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-09-13 21:39:42 +0300
committerNamilskyy <alive6863@gmail.com>2025-09-13 21:39:42 +0300
commit9a9666c83eaf4822c49b08f14ccbc7c9b0575b6f (patch)
treed1deaaaea5ded7bff5bdd91f4df41457db768c10 /README.md
parenta4b503fd2860039da30bb454262efbd3763fac6f (diff)
Updated README, added video example
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 023fb4a..7bd4f98 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,16 @@
-# CLI-pi
+<h1 align = center> CLI-π </h1>
+
**tpi - C-written, MPFR-based CLI program for calculating pi**
> [!WARNING]
> For the accuracy of calculations, a large MPFR library is used, there may be delays and high processor loads on weak systems.
+<div align = center>
+ <video width="640" height="384">
+ <source src="README/sample.mp4" type="video/mp4">
+ </video>
+</div>
+
The program calculates the pi number with high accuracy.
In infinite mode, something like AOT compilation is used, first ~10 million decimal places are calculated, and then they are converted to `char[]` through the same MPFR.