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