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