Question: How can I solve a complex integral?

Dear Guys

I want to solve this integral by maple:

p := sqrt(ln(t)*(ln(t))^(-2))*t^(-1)*(1-(ln(t))^(2)/(t^2))^(-1/4);

I used these expressions, but they don't work:

int(p, t);

int(simplify(p),t);

int(simplify(p, symbolic), t);

Could you please guide me?

Thanks

Please Wait...