8000 GitHub - ottokruse/calculate-pi: Calculate Pi using Leibniz formula
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ottokruse/calculate-pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

calculate-pi

Calculate Pi using Leibniz formula: pi/4 = 1 - 1/3 + 1/5 - 1/7 + 1/9 - ...

This repository sources the Docker image ottokruse/calculate-pi.

Just a silly program to keep your CPU busy ;)

Usage:

docker run --rm ottokruse/calculate-pi 1000 # pass the nr of fractals to consider, e.g. 2 would give 1 - 1/3 + 1/5

About

Calculate Pi using Leibniz formula

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0