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