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