Class SquareRoot

java.lang.Object
  |
  +--SquareRoot

public class SquareRoot
extends java.lang.Object

Faster replacements for (int)(java.lang.Math.sqrt(integer))


Constructor Summary
SquareRoot()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SquareRoot

public SquareRoot()