Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mealet/pi-calculation-rs
Leibniz formula implementation in Rust
https://github.com/mealet/pi-calculation-rs
Last synced: 24 days ago
JSON representation
Leibniz formula implementation in Rust
- Host: GitHub
- URL: https://github.com/mealet/pi-calculation-rs
- Owner: mealet
- Created: 2024-05-08T12:39:36.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-14T19:54:04.000Z (6 months ago)
- Last Synced: 2024-05-15T16:13:31.108Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pi Calculation
![Static Badge](https://img.shields.io/badge/rust-red?style=for-the-badge&label=Language&color=%23ff0d0d)
![Static Badge](https://img.shields.io/badge/math-red?style=for-the-badge&label=category&color=%23ff0d0d)
![Static Badge](https://img.shields.io/badge/Leibniz-red?style=for-the-badge&label=formula&color=%23ff0d0d)
### What is it? 👀
This is a simple pi calculation program created out of boredom.
It has its own settings file where you can change the accuracy, specify the number of numbers after
the decimal point, or enable the display of calculations (makes calculations take longer).The formula I used: _[Leibniz formula for π](https://en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80)_