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