Skip to content

choc1024/PiWithPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PyWithPy

Using Py to calculate Pi

What this is

This is a Python console application that calculates the number Pi. You can choose the number of iterations (The more, more precise it will be but will also take more time) and the preciseness of division. The division algorithm was fully recreated and divides using the way we humans do division by hand, so it does not round anything and the preciseness can be fully controlled to any decimal.

Build from source

The code does not use any extra modules and can be built using whatever you want, PyInstaller is my preference. Prebuilt Windows binaries can be found in the releases section.

License

You are allowed to use the code however you like, including modifying it. However your product must also be open sourced and must mention me as the original author.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages