iseven
There are 7 repositories under iseven topic.
SimonStnn/iseven
A Go package that checks if a given value is even.
mitchellrstack/modulous-two
An in-depth analysis of isEven solutions in JavaScript.
SimonStnn/isodd
A Go package that checks if a given value is odd.
stdlib-js/assert-is-even
Test if a value is an even number.
stdlib-js/math-base-assert-int32-is-even
Test if a 32-bit integer is even.
LeoCourbassier/isEven
fun isEven function for javascript
Roysav/is_even
check if a number is divisible by 2 using the real "pythonic way"