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