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