2 lines
85 B
Text
2 lines
85 B
Text
isEven[x is isInteger] := getBit[x,0] == 0
|
|
isOdd[x is isInteger] := getBit[x,0] == 1
|
isEven[x is isInteger] := getBit[x,0] == 0
|
|
isOdd[x is isInteger] := getBit[x,0] == 1
|