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