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