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