is_zero
is_zero(obj, numeric_types=None):
LLM Docstring
Test whether an object is a numeric scalar equal to zero.
obj:Anythe object to test
numeric_types:tuple | Nonethe numeric types to accept
:returns:boolwhether the object is a numeric zero