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