|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.math.special.Erf
public class Erf
This is a utility class that provides computation methods related to the error functions.
Constructor Summary | |
---|---|
private |
Erf()
Default constructor. |
Method Summary | |
---|---|
static double |
erf(double x)
Returns the error function erf(x). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private Erf()
Method Detail |
---|
public static double erf(double x) throws MathException
x
- the value.
MathException
- if the algorithm fails to converge.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |