Question: How to calculate

the integral
>int(1/x^2-cot(x)/x,x=0..infinity,CauchyPrincipalValue);
with Maple ?
Stars predict it equals Pi/2. Maple 13 easily cracks the integral
>int(tan(x)/x,x=0..infinity,CauchyPrincipalValue)=Pi/2.

Please Wait...