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