Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanrj7j/pi
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
https://github.com/ivanrj7j/pi
calculus creative-coding integration javascript math physics pi python
Last synced: about 1 month ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/ivanrj7j/pi
- Owner: ivanrj7j
- Created: 2023-05-14T15:59:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-17T06:13:12.000Z (over 1 year ago)
- Last Synced: 2024-11-05T09:49:15.551Z (3 months ago)
- Topics: calculus, creative-coding, integration, javascript, math, physics, pi, python
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pi approximation
Image Provided by [Free SVG](https://freesvg.org/pi-numeral-silhouette)
## About Project
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
## How to contribute?
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//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
- Commit and push your code:
- `git add .`
- `git commit -m 'commit message'`
- `git push -u origin your-branch-name`
- If you are using VS Code,
- Click on the Source Control tab on the left tab
-- Add a commit message and press the commit button
-
- Click on sync changes
-
- 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π