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