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