Declaration:
float pow10(int x);
Description
The pow10 function raises number 10 to the power x.
Returned value
The pow10 function returns the result of raising 10 to the power x. If x is 0, then the function will return 1.0.