par-impar-jess
paquete para determinar si un numero es par o impar
paquete para determinar si un numero es par o impar
science-floating-work
Returns true or false depending on the number's parity (odd/even) and primality (prime/composite); Also checks if integer does not exceed the JavaScript MAXIMUM_SAFE_INTEGER.
Простий пакет для перевірки парності числа
Integer sequences, number types and more
checks if the number provided is not odd
checks if a number provided is not even
SMartty Lib is a demonstration practice application designed to showcase how to create an NPM package. It serves as a versatile library for practicing various checks, including identifying even numbers, odd numbers, consonants, and vowels.
Test if a 32-bit integer is even.
Test if a finite numeric value is an even number.
Create an iterator which generates a sequence of positive even integers.
Test if a value is an even number.
Create an iterator which generates an interleaved sequence of even integers.
Create an iterator which generates a sequence of negative even integers.
Create an iterator which generates a sequence of nonnegative even integers.
Is the number even or odd?
This npm package provides a few handy mathematical utility functions.
Returns true if the given number is odd, and is an integer that does not exceed the JavaScript MAXIMUM_SAFE_INTEGER.
A lightweight library to test whether a number is odd or even. Supports various data types such as number, string as well as bigint.
Return true if the given number is even.