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