Gsl.Hypot (gb.gsl)

Static Function Hypot ( X As Float, Y As Float ) As Float

This function computes the value of √( x ² + y ²) in a way that avoids overflow.

It provides an alternative to the function Hyp.