Package | Description |
---|---|
numerics |
Modifier and Type | Method and Description |
---|---|
static double |
ErrorFunction.erf(double x)
evaluates the error function for a real argumant using the MacClaurin
series representation.
|
static double |
ErrorFunction.gammp(double a,
double x)
Returns the (lower) incomplete gamma function P(a, x).
|