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