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