From 9a9666c83eaf4822c49b08f14ccbc7c9b0575b6f Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sat, 13 Sep 2025 21:39:42 +0300 Subject: Updated README, added video example --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 023fb4a..7bd4f98 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ -# CLI-pi +

CLI-π

+ **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. +
+ +
+ 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. -- cgit v1.2.3