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