By Daniel · January 6, 2009
Return whether some number is in the set of even numbers: {.., -4, -2, 0, 2, 4, ..}
// is_even(n) return (argument0 mod 2 == 0);
Categories: Mathematics
There are no comments to display.
You must be signed in to post comments.