The cabs functions return the absolute value of a complex number
    by computing the Euclidean distance between its two points as the
    square root of their respective squares:
    sqrt(x2 + y2)
    On overflow, the return value is undefined.
    The cabs, cabsf, and cabsl functions are equivalent to the hypot,
    hypotf, and hypotl functions, respectively.