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