| java.lang.Object org.apache.commons.math.special.Erf
Erf | public class Erf implements Serializable(Code) | | This is a utility class that provides computation methods related to the
error functions.
version: $Revision: 155427 $ $Date: 2005-02-26 06:11:52 -0700 (Sat, 26 Feb 2005) $ |
Method Summary | |
public static double | erf(double x) Returns the error function erf(x).
The implementation of this method is based on:
Parameters: x - the value. |
erf | public static double erf(double x) throws MathException(Code) | | Returns the error function erf(x).
The implementation of this method is based on:
Parameters: x - the value. the error function erf(x) throws: MathException - if the algorithm fails to converge. |
|
|