Class Maths

    • Constructor Detail

    • Method Detail

      • hypot

        public static double hypot​(double a,
                                   double b)
        sqrt(a^2 + b^2) without under/overflow.
        Parameters:
        a - a double
        b - a double
        Returns:
        a double