ldexp 関数
仮数と指数の実数を計算します
inline float ldexp(
float _X,
float _Y
) restrict(amp);
inline double ldexp(
double _X,
double _Y
) restrict(amp);
パラメーター
_X
浮動小数点値、 mentissa_Y
浮動小数点値、指数
戻り値
_X * 2^_Exp を返します。
必要条件
ヘッダー: amp_math.h
名前空間: の同時実行:: precise_math