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