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