Skip to content
/ Pi Public

A spigot algorithm implementation for computing Pi

Notifications You must be signed in to change notification settings

occisor2/Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Pi

This is a small python program that computes digits of Pi indefintely. The statistics about the performance are displayed at the top.

The algorithm is an implementation of Jeremy Gibbons spigot algorithm, specifically the one based on Gosper's series, which he explained in this paper. I used this implementation for my program.

Running

python pi.py

About

A spigot algorithm implementation for computing Pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages