how to perform square root without using math module??
- by kaki
i want to find the square root of a number without using the math module,as i need to call the function some 20k times and dont want to slow down the execution by linking to the math module each time the function is called
is there any faster and easier way for finding square root??