Check if a given, single, number is 0 or not
is_zero(num)
num
a numerical vector of length one
a boolean, TRUE if num is 0
is_zero(1) is_zero(0)