Open
Description
From google spreadsheet which no one reads X-(
sage: integrate(log(1+x)/x,x)
log(x + 1)*log(-x) + polylog(2, x + 1)
sage: integrate(log(1+x)/x,x,0,1)
-1/6*pi^2 + I*pi*log(2) + polylog(2, 2)
Since dilog(2) = -pi<sup>2/4+log(2)</sup>2/2-1/2*(log(2)+I*pi)^2
the result is simply pi^2/12
.
CC: @sagetrac-jakobkroeker @kcrisman @rwst
Component: calculus
Issue created by migration from https://trac.sagemath.org/ticket/15504