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