<div id="comment:0"></div> 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 https://github.com/pynac/pynac/issues/219 Upstream: **Reported upstream. Developers acknowledge bug.** Component: **basic arithmetic** _Issue created by migration from https://trac.sagemath.org/ticket/19906_