//ERDDAP/com.cohort.util/ScriptMath/hypot
hypot
[JVM]
open fun hypot(x: Double, y: Double): Double
Returns sqrt(x2 +y2) without intermediate overflow or underflow.
//ERDDAP/com.cohort.util/ScriptMath/hypot
[JVM]
open fun hypot(x: Double, y: Double): Double
Returns sqrt(x2 +y2) without intermediate overflow or underflow.