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