sage: K.<a> = NumberField(x^2-2)
sage: z = K.zeta_function()
sage: z(0)
Traceback (most recent call last):
...
ArithmeticError: ### user error: L*(s) has a pole at s=0
sage: z(0.0000001)
-4.40686861437826e-8
Notice that there is in fact a zero at s=0, not a pole as the ArithmeticError claims.
In fact, it's a theorem that there is a zero at s=0 of order the unit rank of the number field.
Component: number theory
Keywords: dokchitser
Issue created by migration from https://trac.sagemath.org/ticket/4940