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