3 lines
64 B
Mathematica
3 lines
64 B
Mathematica
|
|
isOdd = logical(mod(N,2));
|
||
|
|
isEven = ~logical(mod(N,2));
|