hypo() hypo(mixed $a, mixed $b) : float Pythagorean Theorem:. a = 3 b = 4 r = sqrt(square(a) + square(b)) r = 5 r = sqrt(a^2 + b^2) without under/overflow. Parameters mixed $a mixed $b Returns float —