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