Package com.yahoo.tensor.functions
Class ScalarFunctions.Erf
java.lang.Object
com.yahoo.tensor.functions.ScalarFunctions.Erf
- All Implemented Interfaces:
DoubleUnaryOperator
- Enclosing class:
- ScalarFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleapplyAsDouble(double operand) static doubleerf(double v) inthashCode()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.DoubleUnaryOperator
andThen, compose
-
Constructor Details
-
Erf
public Erf()
-
-
Method Details
-
applyAsDouble
public double applyAsDouble(double operand) - Specified by:
applyAsDoublein interfaceDoubleUnaryOperator
-
toString
-
hashCode
public int hashCode() -
erf
public static double erf(double v)
-