/is-even-fast

Blazingly Fast Is-Even Checking 🚀🚀🚀

Primary LanguageRustMozilla Public License 2.0MPL-2.0

🚀🚀🚀 Blazingly Fast Is-Even Checking 🚀🚀🚀

Ever needed to know if a number is even? And needed to know fast? Do not despair! Thanks to the power of 🚀 Rust 🚀 and Wasm it is finally possible!!!1!

npm install --save is-even-fast
const { is_even_fast } = require('is-even-fast')
console.log(is_even_fast(0)) // true
console.log(is_even_fast(1)) // false
console.log(is_even_fast(2)) // true