Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)_