double pow10( double x )


	- prototype in math.h

	- returns y where y = 10 ** x or HUGE_VAL on overflow error