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