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