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