square root by hand - now with x^3 and x^4

Discussion around programming R'n'D, its source code and its tools.

Moderators: Flumminator, Zomis

Post Reply
Zomis
Posts: 1502
Joined: Mon Jun 21, 2004 1:27 pm
Location: Sweden
Contact:

square root by hand - now with x^3 and x^4

Post by Zomis »

Remember that I posted at proboards about calculating the square root of x by hand? Now I know how to calculate x if you know x^3 or x^4 by hand.

And no, I won't make a RND-level for it as I did with x^2 :P

http://www.zomis.net/test/phptests/sqrt.php
Just enter your number and if it is ^2, ^3 or ^4. Then you will see some PHP/C code for how to calculate it by hand, and you will also see the result of this calculation in a table.
Enjoy, and let me know if you know how to calculate the decimals!!
shadrach
Posts: 4
Joined: Mon Apr 19, 2010 7:17 am

Post by shadrach »

Wow it is fantastic and awesome way of calculation and so that we can calculate any numbers and also can calculate the square root of x by hand.
Post Reply