次の方法で共有


powf 関数 (fast_math)

_X の _Y 乗を計算します。

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

パラメーター

  • _X
    浮動小数点値、ベース

  • _Y
    浮動小数点値、指数

必要条件

ヘッダー: amp_math.h

名前空間: Concurrency::fast_math

参照

関連項目

Concurrency::fast_math 名前空間