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