frexp 関数
_X の仮数と指数を取得します。
inline float frexp(
float _X,
_Out_ int * _Exp
) restrict(amp);
inline double frexp(
double _X,
_Out_ int * _Exp
) restrict(amp);
パラメーター
_X
浮動小数点値_Exp
浮動小数点値の_X の整数の指数を返します
戻り値
仮数の_X を返します
必要条件
ヘッダー: amp_math.h
名前空間: Concurrency::precise_math