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