diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-09-13 22:56:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-13 22:56:21 +0300 |
| commit | a81f4476a08e894783a493175cde486ebb66682a (patch) | |
| tree | 474a04346cef58b48dad5a2a97394a07c7443340 | |
| parent | 0d1aa1ec9c49c5d26a0641c90f8ff9387865708f (diff) | |
Update README.md
| -rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,16 @@ <h1 align = center> CLI-π </h1> +<div align = center> + + +[](https://opensource.org/licenses/BSD-2-Clause) +[](https://en.wikipedia.org/wiki/C_(programming_language)) +[](https://opensource.org/licenses/BSD-2-Clause) +[](https://www.mpfr.org/) -**tpi - C-written, MPFR-based CLI program for calculating pi** +</div> +<br> + +**tpi - C-written, MPFR-based CLI program for calculating pi, licensed by BSD2-clause** > [!WARNING] > For the accuracy of calculations, a large MPFR library is used, there may be delays and high processor loads on weak systems. @@ -13,6 +23,7 @@ <br> <br> + 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. |
