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