c++ log to certain base code example Example: log base c++ int intlog(double base, double x) { return (int)(log(x) / log(base)); }