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