exp2 関数
2 を底とする引数のべき乗を計算します。
inline float exp2(
float _X
) restrict(amp);
inline double exp2(
double _X
) restrict(amp);
パラメーター
- _X
浮動小数点値
戻り値
引数の指数ベース 2 を返します。
必要条件
ヘッダー: amp_math.h
名前空間: Concurrency::precise_math
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
2 を底とする引数のべき乗を計算します。
inline float exp2(
float _X
) restrict(amp);
inline double exp2(
double _X
) restrict(amp);
引数の指数ベース 2 を返します。
ヘッダー: amp_math.h
名前空間: Concurrency::precise_math