Mathematica: HurwitzZeta[0, x] = 1/2 - x Maple: Zeta(0, 0, x) = -x + 1/2 Sage 9.2: hurwitz_zeta(0, x) = hurwitz_zeta(0, x)
--- this is OK: Mathematica: HurwitzZeta[0, 1] = -1/2 Maple: Zeta(0, 0, 1) = -1/2 Sage 9.2: hurwitz_zeta(0, 1) = -1/2 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/5982d4be-e65a-4e02-bd40-54f4fba0aa70n%40googlegroups.com.
