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 *)Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.