Package com.yahoo.tensor.functions
Class ScalarFunctions.Acos
- java.lang.Object
-
- com.yahoo.tensor.functions.ScalarFunctions.Acos
-
- All Implemented Interfaces:
java.util.function.DoubleUnaryOperator
- Enclosing class:
- ScalarFunctions
public static class ScalarFunctions.Acos extends java.lang.Object implements java.util.function.DoubleUnaryOperator
-
-
Constructor Summary
Constructors Constructor Description Acos()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
applyAsDouble(double operand)
java.lang.String
toString()
-