From a81f4476a08e894783a493175cde486ebb66682a Mon Sep 17 00:00:00 2001 From: ArcaneDev Date: Sat, 13 Sep 2025 22:56:21 +0300 Subject: Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e9581f9..5a8383f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@

CLI-π

+
+ +![CMake Build Status](https://img.shields.io/github/actions/workflow/status/Nam4ik/CLI-pi/cmake-single-platform.yml?logo=cmake&label=build&style=flat-square) +[![License](https://img.shields.io/badge/License-BSD_2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause) +[![C](https://img.shields.io/badge/C-99-blue.svg)](https://en.wikipedia.org/wiki/C_(programming_language)) +[![BSD 2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause) +[![MPFR](https://img.shields.io/badge/MPFR-4.2.0-blue.svg)](https://www.mpfr.org/) -**tpi - C-written, MPFR-based CLI program for calculating pi** +
+
+ +**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 @@

+ 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