Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ferhatelmas/pi

Generate digits of PI with Taylor series
https://github.com/ferhatelmas/pi

go pi taylor-series

Last synced: 26 days ago
JSON representation

Generate digits of PI with Taylor series

Awesome Lists containing this project

README

        

# pi
Generate digits of PI with Taylor series

```go

import "github.com/ferhatelmas/pi"

pi.Digits(10)
// 31415926535
```

or

```sh

> go get github.com/ferhatelmas/pi/cmd/pi
> pi -n 10
```