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