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