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