next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
home
zero -- whether something is zero
Synopsis
Usage:
zero x
Inputs:
x
Outputs:
whether
x
is equal to 0
Code
-- ../m2/numbers.m2:7 zero = x -> x == 0 -- we use == so this can apply to all types of things