3.96. __nv_exp10f

float @__nv_exp10f(float %x)

Calculate the base 10 exponential of the input argument.

Calculate the base 10 exponential of the input argument x.

Note

For accuracy information, see the CUDA C++ Programming Guide, Mathematical Functions Appendix, Single-Precision Floating-Point Functions section.

Returns

Returns \(10^x\).