jhvst / go-gauss-legendre

Gauss–Legendre algorithm in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-gauss-legendre

Gauss–Legendre algorithm in Go

Because of how float64 is implemented, it only counts the first 52 decimals of Pi. Looking to work around that someday.

##Does this have any use cases?

In its current state, I'd say no.

About

Gauss–Legendre algorithm in Go

License:MIT License


Languages

Language:Go 100.0%