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