next | previous | forward | backward | up | top | index | toc | home

zero -- whether something is zero

Synopsis

Code

-- ../../../../../Macaulay2/m2/integers.m2:76
zero = x -> x == 0                                          -- we use == so this can apply to all types of things