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