次の方法で共有


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

参照

関連項目

Concurrency::precise_math 名前空間