Konstantin8105 / gopi

Calculation Pi number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gopi

GitHub license Go Report Card GoDoc

Calculate π by Leibniz formula. Short formula:

1 - 1/3 + 1/5 - 1/7 + 1/9 - ... =  π/4

See: wikipedia

License

See file LICENSE(MIT).

About

Calculation Pi number

License:MIT License


Languages

Language:Go 100.0%