logb 函式
擷取 _X 指數,當做浮點格式的帶正負號的整數 (Unsigned Integer) 值。
inline float logb(
float _X
) restrict(amp);
inline double logb(
double _X
) restrict(amp);
參數
- _X
浮點數值
傳回值
傳回有正負號的_X 的指數。
需求
標頭: amp_math.h
命名空間: Concurrency::precise_math
擷取 _X 指數,當做浮點格式的帶正負號的整數 (Unsigned Integer) 值。
inline float logb(
float _X
) restrict(amp);
inline double logb(
double _X
) restrict(amp);
傳回有正負號的_X 的指數。
標頭: amp_math.h
命名空間: Concurrency::precise_math