' . $ex . ''; } function solution($number) { $base = get_log_base($number); $ex = get_log_exponent($number); return toThePowerOf($base, $ex); } ?>