pow10() Power Function #include <math.h> double pow10(p); int p; pow10() computes 10^p. Returns: pow10() returns x where x = 10^p. Seealso: