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