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