3.102. __nv_fast_expf
原型:
float @__nv_fast_expf(float %x)
描述:
计算快速近似基数输入参数的指数x, .
返回值
返回 .
注意
有关精度信息,请参阅 CUDA C++ 编程指南的数学函数附录中的内在函数部分。
denormal 范围附近的大多数输入和输出值都会刷新为符号保留 0.0。
库可用性:
Compute 2.0:是
Compute 3.0:是
Compute 3.5:是