Is this the value of zero in its domain?

Property definitions

core $ Numeric :: is_zero
	# Is this the value of zero in its domain?
	fun is_zero: Bool do return self == zero
lib/core/kernel.nit:473,2--474,41