pi Generate digits of PI with Taylor series import "github.com/ferhatelmas/pi" pi.Digits(10) // 31415926535 or > go get github.com/ferhatelmas/pi/cmd/pi > pi -n 10