Package com.yahoo.tensor.functions
Class ScalarFunctions.Exp
- java.lang.Object
-
- com.yahoo.tensor.functions.ScalarFunctions.Exp
-
- All Implemented Interfaces:
DoubleUnaryOperator
- Enclosing class:
- ScalarFunctions
public static class ScalarFunctions.Exp extends Object implements DoubleUnaryOperator
-
-
Constructor Summary
Constructors Constructor Description Exp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
applyAsDouble(double operand)
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.function.DoubleUnaryOperator
andThen, compose
-
-
-
-
Method Detail
-
applyAsDouble
public double applyAsDouble(double operand)
- Specified by:
applyAsDouble
in interfaceDoubleUnaryOperator
-
-