next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

zero -- whether something is zero

Synopsis

Code

../../m2/integers.m2:88:10-88:18: --source code:
zero = x -> x == 0                                          -- we use == so this can apply to all types of things