WLJS LogoWLJS Notebook

NegativeIntegers

NegativeIntegers represents the domain of strictly negative integers, as in x ∈ NegativeIntegers.

Examples

Test membership:

Element[-5, NegativeIntegers]
(* True *)

Zero is not a negative integer:

Element[0, NegativeIntegers]
(* False *)

Please visit the official Wolfram Language Reference for more details.

On this page