Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konstantin8105/gopi
Calculation Pi number
https://github.com/konstantin8105/gopi
concurrency golang number-pi pi pi-number
Last synced: about 2 months ago
JSON representation
Calculation Pi number
- Host: GitHub
- URL: https://github.com/konstantin8105/gopi
- Owner: Konstantin8105
- License: mit
- Created: 2018-02-27T08:58:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T13:58:11.000Z (over 1 year ago)
- Last Synced: 2024-06-29T09:09:38.066Z (7 months ago)
- Topics: concurrency, golang, number-pi, pi, pi-number
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gopi
![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/Konstantin8105/gopi)](https://goreportcard.com/report/github.com/Konstantin8105/gopi)
[![GoDoc](https://godoc.org/github.com/Konstantin8105/gopi?status.svg)](https://godoc.org/github.com/Konstantin8105/gopi)Calculate π by Leibniz formula. Short formula:
```
1 - 1/3 + 1/5 - 1/7 + 1/9 - ... = π/4
```See: [wikipedia](https://en.wikipedia.org/wiki/Leibniz_formula_for_%CF%80)
# License
See file `LICENSE`(MIT).