java.lang.Object
ClassLib.Common.java.lang.StrictMath
- abstract class StrictMath
- extends java.lang.Object
StrictMath
- Version:
- $Id: StrictMath.java,v 1.5 2003/05/12 10:04:53 joewhaley Exp $
Constructor Summary |
(package private) |
StrictMath()
|
Method Summary |
static double |
acos(double a)
|
static double |
asin(double a)
|
static double |
atan(double a)
|
static double |
atan2(double a,
double b)
|
static double |
ceil(double a)
|
static double |
cos(double a)
|
static double |
exp(double a)
|
static double |
floor(double a)
|
static double |
IEEEremainder(double f1,
double f2)
|
static double |
log(double a)
|
static double |
pow(double a,
double b)
|
static double |
rint(double a)
|
static double |
sin(double a)
|
static double |
sqrt(double a)
|
static double |
tan(double a)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrictMath
StrictMath()
sin
public static double sin(double a)
cos
public static double cos(double a)
tan
public static double tan(double a)
asin
public static double asin(double a)
acos
public static double acos(double a)
atan
public static double atan(double a)
exp
public static double exp(double a)
log
public static double log(double a)
sqrt
public static double sqrt(double a)
IEEEremainder
public static double IEEEremainder(double f1,
double f2)
ceil
public static double ceil(double a)
floor
public static double floor(double a)
rint
public static double rint(double a)
atan2
public static double atan2(double a,
double b)
pow
public static double pow(double a,
double b)