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