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