|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.util.math.fast.QuickExp
public class QuickExp
A faster version of Math.exp with maximum relative error of 1e-5. It is about 10 times faster than Math.exp.
QuickExp2
Constructor Summary | |
---|---|
QuickExp()
|
Method Summary | |
---|---|
static double |
eval(double x)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuickExp()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static double eval(double x)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |