Freelance Forums

Full Version: Calculation of Square root
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Please tell me HOW TO CALCULATE Square root of a number(entered by user) with out
#include<math.h>
i will be thankful to you!!
I think you should use the easiest method for the square root. Like we are doing that sum manually with the division method, we can do that by programming also. So according to my logic you have to get all the division answer of the sum and then make the pair of double and then do multiplication of that sequence. The answer can be got by this. Just check it.
Reference URL's