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.void
Test of erfc method with special values.void
Test of erf method with special values.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. -
testErfSpecialCases
public void testErfSpecialCases()Test of erf method with special values. -
testErfcSpecialCases
public void testErfcSpecialCases()Test of erfc method with special values.
-