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