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