Skip to main content
Module

x/isx/numbers.ts

TypeScript-first is function collections
Go to Latest
import * as isx from "https://deno.land/x/isx@1.0.0-beta.24/numbers.ts";

Functions

Whether the value is even or not.

Whether the value is negative number or not.

Whether the value is non negative integer or not.

Whether the input is non-negative number or not. Non-negative number means greater than or equal to zero.

Whether the input is non-positive number or not. Non-positive number means less than or equal to zero.

Whether the value is odd or not.

Whether the value is positive number or not.