ref: a39ae178fcc4387fe63efea4d15b34d52f4a13de dir: /libmath/pow10.c/
#include "lib9.h" #include "mathi.h" double ipow10(int n) { return pow(10.,n); }