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