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