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