diff options
| author | ArcaneDev <alive6863@gmail.com> | 2025-09-13 21:50:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-13 21:50:47 +0300 |
| commit | 9bf818b3f4c9c8bfdb4241008acc6ceef8740567 (patch) | |
| tree | ede2c72d523b4bccddf282cd17bf18a21db40977 | |
| parent | 7ef2865e490743f1dbc8cee661312ef8043b12d1 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,8 +1,6 @@ <h1 align = center> CLI-π </h1> -<div align = center> **tpi - C-written, MPFR-based CLI program for calculating pi** -</div> > [!WARNING] > For the accuracy of calculations, a large MPFR library is used, there may be delays and high processor loads on weak systems. @@ -11,7 +9,7 @@ <video width="640" height="384"> <source src="./README/sample.mp4" type="video/mp4"> </video> - +</div> The program calculates the pi number with high accuracy. @@ -21,8 +19,6 @@ $$100,000,000 \text{ ms} = 100,000 \text{ s} = \frac{100,000}{3600} \text{ hours But if you need more, you can change the len variable and recompile the project with `build.sh` for yourself by setting a different limit. Be careful, the CPU load will be higher. -</div> - # How does the calculation work? |
