g(x,y) = {(mod((x), 2) > 0), -1}
Would you like to write that in a different way that others may understand?
okay, here goes: g(x,y) = {(mod(x)=2 > 0), -1}
Still doesn't make sense to me.
Do you understand what is being asked?
What is the domain and range of the function?