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