1,1,52,0,0.899265," ","integrate((2*x^8+1)*(x^8+1)^(1/2)/(x^17+2*x^9+x),x, algorithm=""fricas"")","-\frac{{\left(x^{8} + 1\right)} \log\left(\sqrt{x^{8} + 1} + 1\right) - {\left(x^{8} + 1\right)} \log\left(\sqrt{x^{8} + 1} - 1\right) + 2 \, \sqrt{x^{8} + 1}}{8 \, {\left(x^{8} + 1\right)}}"," ",0,"-1/8*((x^8 + 1)*log(sqrt(x^8 + 1) + 1) - (x^8 + 1)*log(sqrt(x^8 + 1) - 1) + 2*sqrt(x^8 + 1))/(x^8 + 1)","B",0
2,1,2,0,0.599618," ","integrate(1/(x^2+1),x, algorithm=""fricas"")","\arctan\left(x\right)"," ",0,"arctan(x)","A",0
3,1,25,0,0.719278," ","integrate(1/(x^8+1)^(1/2)/x,x, algorithm=""fricas"")","-\frac{1}{8} \, \log\left(\sqrt{x^{8} + 1} + 1\right) + \frac{1}{8} \, \log\left(\sqrt{x^{8} + 1} - 1\right)"," ",0,"-1/8*log(sqrt(x^8 + 1) + 1) + 1/8*log(sqrt(x^8 + 1) - 1)","B",0
4,0,0,0,0.860859," ","integrate(x/(-x^3+1)^(1/2),x, algorithm=""fricas"")","{\rm integral}\left(-\frac{\sqrt{-x^{3} + 1} x}{x^{3} - 1}, x\right)"," ",0,"integral(-sqrt(-x^3 + 1)*x/(x^3 - 1), x)","F",0
5,1,29,0,1.165909," ","integrate(1/x/(-x^3+1)^(1/2),x, algorithm=""fricas"")","-\frac{1}{3} \, \log\left(\sqrt{-x^{3} + 1} + 1\right) + \frac{1}{3} \, \log\left(\sqrt{-x^{3} + 1} - 1\right)"," ",0,"-1/3*log(sqrt(-x^3 + 1) + 1) + 1/3*log(sqrt(-x^3 + 1) - 1)","B",0
6,1,72,0,0.844409," ","integrate(x/(x^4+10*x^2-96*x-71)^(1/2),x, algorithm=""fricas"")","\frac{1}{8} \, \log\left(x^{8} + 20 \, x^{6} - 128 \, x^{5} + 54 \, x^{4} - 1408 \, x^{3} + 3124 \, x^{2} + {\left(x^{6} + 15 \, x^{4} - 80 \, x^{3} + 27 \, x^{2} - 528 \, x + 781\right)} \sqrt{x^{4} + 10 \, x^{2} - 96 \, x - 71} + 10001\right)"," ",0,"1/8*log(x^8 + 20*x^6 - 128*x^5 + 54*x^4 - 1408*x^3 + 3124*x^2 + (x^6 + 15*x^4 - 80*x^3 + 27*x^2 - 528*x + 781)*sqrt(x^4 + 10*x^2 - 96*x - 71) + 10001)","A",0
7,1,16,0,0.881322," ","integrate((x-tan(x))/tan(x)^2,x, algorithm=""fricas"")","-\frac{x^{2} \tan\left(x\right) + 2 \, x}{2 \, \tan\left(x\right)}"," ",0,"-1/2*(x^2*tan(x) + 2*x)/tan(x)","A",0
8,1,85,0,0.805852," ","integrate(1+x*tan(x)+tan(x)^2,x, algorithm=""fricas"")","-\frac{1}{2} \, x \log\left(-\frac{2 \, {\left(i \, \tan\left(x\right) - 1\right)}}{\tan\left(x\right)^{2} + 1}\right) - \frac{1}{2} \, x \log\left(-\frac{2 \, {\left(-i \, \tan\left(x\right) - 1\right)}}{\tan\left(x\right)^{2} + 1}\right) - \frac{1}{4} i \, {\rm Li}_2\left(\frac{2 \, {\left(i \, \tan\left(x\right) - 1\right)}}{\tan\left(x\right)^{2} + 1} + 1\right) + \frac{1}{4} i \, {\rm Li}_2\left(\frac{2 \, {\left(-i \, \tan\left(x\right) - 1\right)}}{\tan\left(x\right)^{2} + 1} + 1\right) + \tan\left(x\right)"," ",0,"-1/2*x*log(-2*(I*tan(x) - 1)/(tan(x)^2 + 1)) - 1/2*x*log(-2*(-I*tan(x) - 1)/(tan(x)^2 + 1)) - 1/4*I*dilog(2*(I*tan(x) - 1)/(tan(x)^2 + 1) + 1) + 1/4*I*dilog(2*(-I*tan(x) - 1)/(tan(x)^2 + 1) + 1) + tan(x)","B",0
9,1,2,0,0.996883," ","integrate(sin(x)/x,x, algorithm=""fricas"")","\operatorname{Si}\left(x\right)"," ",0,"sin_integral(x)","A",0
10,-2,0,0,0.000000," ","integrate((5*x^2+3*(exp(x)+x)^(1/3)+exp(x)*(2*x^2+3*x))/x/(exp(x)+x)^(1/3),x, algorithm=""fricas"")","\text{Exception raised: TypeError}"," ",0,"Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (has polynomial part)","F(-2)",0
11,1,24,0,0.868525," ","integrate(1/x+(1+1/x)/(x+log(x))^(3/2),x, algorithm=""fricas"")","\frac{x \log\left(x\right) + \log\left(x\right)^{2} - 2 \, \sqrt{x + \log\left(x\right)}}{x + \log\left(x\right)}"," ",0,"(x*log(x) + log(x)^2 - 2*sqrt(x + log(x)))/(x + log(x))","B",0
12,1,24,0,0.955317," ","integrate((x^2+2*x*log(x)+log(x)^2+(1+x)*(x+log(x))^(1/2))/(x^3+2*x^2*log(x)+x*log(x)^2),x, algorithm=""fricas"")","\frac{x \log\left(x\right) + \log\left(x\right)^{2} - 2 \, \sqrt{x + \log\left(x\right)}}{x + \log\left(x\right)}"," ",0,"(x*log(x) + log(x)^2 - 2*sqrt(x + log(x)))/(x + log(x))","B",0
13,1,19,0,0.526396," ","integrate((-x^2-log(x)+2*log(x)^2)/(-x^2*log(x)+log(x)^3),x, algorithm=""fricas"")","\frac{1}{2} \, \log\left(x + \log\left(x\right)\right) - \frac{1}{2} \, \log\left(-x + \log\left(x\right)\right) + \operatorname{log\_integral}\left(x\right)"," ",0,"1/2*log(x + log(x)) - 1/2*log(-x + log(x)) + log_integral(x)","A",0
14,1,22,0,0.598927," ","integrate((x^4-3*x^2+6)/(x^6-5*x^4+5*x^2+4),x, algorithm=""fricas"")","\arctan\left(\frac{1}{2} \, x^{5} - \frac{3}{2} \, x^{3} + \frac{1}{2} \, x\right) + \arctan\left(x^{3}\right) + \arctan\left(x\right)"," ",0,"arctan(1/2*x^5 - 3/2*x^3 + 1/2*x) + arctan(x^3) + arctan(x)","A",0
