Hatzen / infinite-calculator

Naive implementation of infite number calculations to escape 64 bit address bounds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite-Calculator

Simple implementation of a calculator which can add, subtract, multiply and divide without a limitation of digits. As a use case we can calculate pi to whatever digit we want. The implementations relies on strings and simple math algorithms, which probably leads to poor performance.
The code is for educational purpose only.

About

Naive implementation of infite number calculations to escape 64 bit address bounds


Languages

Language:Python 98.7%Language:Batchfile 1.3%