How are you numbering the `tests`, (i don't understand). Is there some
maths sequence that you are following.
pi_001, pi_002, pi_005, pi_008, pi_010, pi_027
Even I was trying to deduce some math series :')
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/0607ad3c-8e13-436d-9089-7763d6a2841a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
SymPy gives I*pi for sqrt(-12*polylog(2,-1)). According to
http://docs.sympy.org/latest/modules/functions/special.html#sympy.functions.special.zeta_functions.polylog,
polylog(s, -1) is the same as dirichlet_eta(s). The definitions for
polylog in the sympy and mpmath docs look the same, so is SymPy wrong
here, or am I missing something (WolframAlpha seems to agree with
mpmath)?