次の方法で共有


frexpf 関数

_X の仮数と指数を取得します。

inline float frexpf(
   float _X,
   _Out_ int * _Exp
) restrict(amp);

パラメーター

  • _X
    浮動小数点値

  • _Exp
    浮動小数点値の_X の整数の指数を返します

戻り値

仮数の_X を返します

必要条件

ヘッダー: amp_math.h

名前空間: Concurrency::precise_math

参照

関連項目

Concurrency::precise_math 名前空間