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