| java.lang.Object com.sun.pisces.PiscesMath
PiscesMath | public class PiscesMath (Code) | | |
Field Summary | |
final public static int | PI | final public static int | PI_OVER_TWO | final public static int | SQRT_TWO | final public static int | TWO_PI |
Method Summary | |
public static int | cos(int theta) | public static double | hypot(double x, double y) | public static int | hypot(int x, int y) | public static long | hypot(long x, long y) | public static int | isqrt(int x) | public static long | lsqrt(long x) | public static int | sin(int theta) |
PI | final public static int PI(Code) | | |
PI_OVER_TWO | final public static int PI_OVER_TWO(Code) | | |
SQRT_TWO | final public static int SQRT_TWO(Code) | | |
TWO_PI | final public static int TWO_PI(Code) | | |
cos | public static int cos(int theta)(Code) | | |
hypot | public static double hypot(double x, double y)(Code) | | |
hypot | public static int hypot(int x, int y)(Code) | | |
hypot | public static long hypot(long x, long y)(Code) | | |
isqrt | public static int isqrt(int x)(Code) | | |
lsqrt | public static long lsqrt(long x)(Code) | | |
sin | public static int sin(int theta)(Code) | | |
|
|