Class Atan2

    • Constructor Detail

    • Method Detail

      • value

        public double value​(double y,
                            double x)
        Compute the value for the function.
        Specified by:
        value in interface BivariateFunction
        Parameters:
        y - Abscissa for which the function value should be computed.
        x - Ordinate for which the function value should be computed.
        Returns:
        the value.