public final class ErfDifference extends Object
error function values
.public static double value(double x1, double x2)
x1
- First value.x2
- Second value.Erf.value(x2) - Erf.value(x1)
.ArithmeticException
- if the algorithm fails to converge.Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.