Behavior of quadratic_L_function__exact()
I need to evaluate L-functions of the form ∞∑n=0(Dn)n−s
For example, the value quadratic_L_function__exact(2,4) = pi^2 / 6 is not what I need; the series above is actually pi^2 / 8. However, the value quadratic_L_function__exact(2,12) = 1/18 * sqrt(3) * pi^2 seems correct. I can't tell what's going on.
It looks like the first operation done is to make D squarefree...