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