2008-09-17, 07:08 PM
Math.sqrt(double d) or Math.pow(double d, 0.5) (I've not checked what's faster, actually. Something I should do)
Math-class. (Static, don't initialize it)
Use the Java API next time you need to look up something.
Math-class. (Static, don't initialize it)
Use the Java API next time you need to look up something.

