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