Interface MATH

  • All Known Implementing Classes:
    MATHImpl

    public interface MATH
    Provides implementations for standard math functions
    • Method Detail

      • sqrt

        double sqrt​(double x)
        Compute the square root of a number
        Parameters:
        x - the number to compute the square root for
        Returns:
        the square root of x