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