isZero
isZero(x)
Test whether a value is zero.
Try it yourself:
$1 | isZero(2)
| |
$2 | isZero(0)
| |
$3 | isZero(-4)
| |
$4 | isZero([3, 0, -2, 0])
|
Test whether a value is zero.
Try it yourself:
$1 | isZero(2)
| |
$2 | isZero(0)
| |
$3 | isZero(-4)
| |
$4 | isZero([3, 0, -2, 0])
|