Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Computes the square root of the sum of the squares of _X and _Y
inline float hypotf(
float _X,
float _Y
) restrict(amp);
Parameters
_X
Floating-point value_Y
Floating-point value
Return Value
Returns the square root of the sum of the squares of _X and _Y
Requirements
Header: amp_math.h
Namespace: Concurrency::precise_math