Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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