Closed
Description
in Sage 6.10:
sage: dilog(-1.0)
-1/12*pi^2
sage: dilog(1)
1/6*pi^2
sage: dilog(0.5)
1/12*pi^2 - 1/2*log(2)^2
we should not get symbolic output with floating-point input.
Reported as pynac/pynac#219
Upstream: Reported upstream. Developers acknowledge bug.
Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/19906