Root Calculator Python

Calculation of Square roots with a large number of decimal places

Overview

This root claculator uses the Shifting nth root algorithm to calculate the square root of a number by calculating each of its decimal places one after the other.

The calculator can calculate millions of digits of a square root. The result is saved into a txt file named output.txt.

Untill now, 32’805’552 digits have been computed with this program.

View this project on GitHub

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *