|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.seas.iis.util.MathUtils
public class MathUtils
Constructor Summary | |
---|---|
MathUtils()
|
Method Summary | |
---|---|
static double |
log(double a,
double base)
|
static void |
main(java.lang.String[] args)
|
static double[] |
rationalApproximation(double x,
double minDenom)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MathUtils()
Method Detail |
---|
public static double log(double a, double base)
public static double[] rationalApproximation(double x, double minDenom)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |