Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 297 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 297 Bytes

Square-Root-Solver

User enters a number they wish to take the square root of, then enters the amount of decimal places they wish the answer to be in. The program then computes the square root of this number arithmetically. Returns the exact square root, to the desired number of decimal places.