Image Provided by Free SVG
This is a collection of projects that anyone can contribute to, here you can submit any way of approximating Pi.
The goal of this repository is not to find the value of pi to 100 billion digits(it would be great if someone did that tho). I am aiming for the community to come together and learn together and share creative ways for approximating pi
To contribute to the project,
-
Fork this repository ( Click the Fork button in the top right of this page ).
-
Clone the repository
$ git clone https://github.com/<your_user_name>/Pi.git
-
Navigate to the folder
$ cd Pi
-
Create a new Folder named [Method_Name] [Your_Name]
$ mkdir [Method_Name]_by_[Your_Name]
-
Implement your code.
- Include a
README.md
file if you can in the folder. - Try to explain the code and the logic behind the approximation if you can
- Include a
-
Commit and push your code:
-
Open your forked repository and submit a new pull request (Click the New Pull Request button at the top of your repository)
-
Review your PR and wait for it to be approved for mergingš