共用方式為


hypotf 函式

計算 _X 與 _Y 的平方和的平方根。

inline float hypotf(
   float _X,
   float _Y
) restrict(amp);

參數

  • _X
    浮點數值

  • _Y
    浮點數值

傳回值

傳回 _X 和 _Y 方形的總和的平方根。

需求

標頭: amp_math.h

命名空間: Concurrency::precise_math

請參閱

參考

Concurrency::precise_math 命名空間