lgammaf 函数

计算伽玛参数绝对值的自然对数

inline float lgammaf(
   float _X,
   _Out_ int * _Sign
) restrict(amp);

参数

  • _X
    浮点值

  • _Sign
    返回符号

返回值

返回伽玛参数绝对值的自然对数

要求

**头文件:**amp_math.h

**命名空间:**Concurrency::precise_math

请参见

参考

Concurrency::precise_math 命名空间