Package com.yahoo.tensor.functions
Class ScalarFunctions.Asin
- java.lang.Object
-
- com.yahoo.tensor.functions.ScalarFunctions.Asin
-
- All Implemented Interfaces:
DoubleUnaryOperator
- Enclosing class:
- ScalarFunctions
public static class ScalarFunctions.Asin extends Object implements DoubleUnaryOperator
-
-
Constructor Summary
Constructors Constructor Description Asin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
applyAsDouble(double operand)
int
hashCode()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, 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
-
-