I'm making a Java library that finds the square root of a number, yes there already is a java library for that but I don't care. I found the formula for finding the square root of a number, and it's N^0.50. But Java doesn't know what the operator ^ means, so I have to use addition, subtraction, multiplication, and division to substitute ^. But the problem is, I'm not a mathematician, how do I substitute ^? I NEED THE HELP PEOPLE!
TL;DR. N^0.50 = sqrt(N). Need substitute for "^"
TL;DR. N^0.50 = sqrt(N). Need substitute for "^"