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