sympy / sympy-live

The source for the code at live.sympy.org

Home Page:https://live.sympy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polylog(s,-1) returns value of opposite sign

geekydevu opened this issue · comments

According to wikiepedia ,
polylog(s,-1) = - dirichlet(s)
But it gives value of dirichlet in sympy
polylog(s,-1) returns dirichlet(s)