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