Class ErfTest

java.lang.Object
ffx.utilities.FFXTest
ffx.numerics.special.ErfTest

public class ErfTest extends FFXTest
Author:
Michael J. Schnieders
  • Constructor Details

    • ErfTest

      public ErfTest(String info, double x, double expected)
  • Method Details

    • data

      public static Collection<Object[]> 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.