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

zero -- whether something is zero

Synopsis

Code

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