Skip to content

DeaSTL/notNotOdd

 
 

not-not-odd 🚀

coverage version gem dependencies codacy semver receives downloads rating uptime GitHub issues by-label discord npm crypto paypal oc bmac

👽👽checks if a given number is not not odd👽👽

👽👽can also check if a number is not not even👽👽

Install ☠️

Install using npm:

$ npm install --save not-not-odd

Usage 🖖

const notNotOddNotNotEvenChecker = require('not-not-odd')

notNotOddNotNotEvenChecker.notNotOdd(1)   // => true
notNotOddNotNotEvenChecker.notNotOdd(69)  // => true
notNotOddNotNotEvenChecker.notNotOdd(42)   // => false
const notNotOddNotNotEvenChecker = require('not-not-odd')

notNotOddNotNotEvenChecker.notNotEven(1)  // => false
notNotOddNotNotEvenChecker.notNotEven(69) // => false
notNotOddNotNotEvenChecker.notNotEven(42)  // => true

Add what you feel necessary

  • Note: there are intentional issues in certain parts of the implementation that don't affect current builds. These are meant as a way for people to practice.
  • https://discord.gg/9EBfMjYm

Yams

yams yams yams yams

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • CMake 27.5%
  • Makefile 25.0%
  • Rust 20.9%
  • Batchfile 13.4%
  • C++ 9.8%
  • Java 0.9%
  • Other 2.5%