hypotf

Computes the square root of the sum of the squares of the given values.

Parameters

x float

value

y float

value

Return Value

Type: float

The equivalent of sqrt(pow(x, 2) + pow(y, 2)).

Meta