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