Package ffx.numerics.special
Class ErfTest
java.lang.Object
ffx.utilities.FFXTest
ffx.numerics.special.ErfTest
- Author:
- Michael J. Schnieders
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<Object[]> data()
The expected values were found to 20 decimal points of precision using Mathematica: Erf[SetPrecision[x, 20]] Erfc[SetPrecision[x, 20]]void
testErf()
Test of erf method, of class Erf.void
testErfc()
Test of erfc method, of class Erf.Methods inherited from class ffx.utilities.FFXTest
afterClass, afterTest, beforeClass, beforeTest, registerTemporaryDirectory
-
Constructor Details
-
ErfTest
-
-
Method Details
-
data
The expected values were found to 20 decimal points of precision using Mathematica: Erf[SetPrecision[x, 20]] Erfc[SetPrecision[x, 20]] -
testErf
public void testErf()Test of erf method, of class Erf. -
testErfc
public void testErfc()Test of erfc method, of class Erf.
-