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