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