Returns the length of the hypotenuse of a right triangle.
    Format
      #include  <math.h>
      double hypot  (double x, double y);
      float hypotf  (float x, float y); (Integrity servers, Alpha)
      long double hypotl  (long double x, long double y);
                          (Integrity servers, Alpha)
Additional Information:
explode
extract