betir
Class QuickIntMath

java.lang.Object
  |
  +--betir.QuickIntMath

public class QuickIntMath
extends java.lang.Object

This is a utility class that has fast integer math functions.


Constructor Summary
QuickIntMath()
           
 
Method Summary
static float Cos(int x)
           
static float Sin(int x)
           
static int Sqrt(int x)
           
static float Tan(int x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuickIntMath

public QuickIntMath()
Method Detail

Sin

public static float Sin(int x)

Cos

public static float Cos(int x)

Tan

public static float Tan(int x)

Sqrt

public static int Sqrt(int x)