Function
exp10( x )
Description:
Power of 10. This convenience function is identical to
pow(10,x)
.
Parameters:
x
(floating point)
argument
Return Value (floating point):
10
x
Signature:
double exp10(double)