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