hypot

fun Number.hypot(that: Number): Double

computes the square root of the square of this receiver number with another number.

Return

Double

Parameters

<receiver>

Number

that

another number to compute the hypot value