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