This integral crashes my Xcas int((ln(x^4+1))/x^4,x,-(inf),inf)
The expected result is 2*π*sqrt(2)/3
The result can be obtained by partitioning the integral at the discontinuity x=0, evaluating the partitions using integration by parts, and taking the limit at the end points.
Integral crash
Modérateur : xcasadmin
Re: Integral crash
Probably related to this :
https://github.com/geogebra/giac/commit ... bbf46510c3
https://github.com/geogebra/giac/commit ... bbf46510c3
Re: Integral crash
That did resolve the crash, and the correct result is returned.