Class 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()  
      • 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
    • Constructor Detail

      • Atan

        public Atan()
    • Method Detail

      • applyAsDouble

        public double applyAsDouble​(double operand)
        Specified by:
        applyAsDouble in interface java.util.function.DoubleUnaryOperator
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object