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