NegativeReals
NegativeReals represents the domain of strictly negative real numbers.
Examples
Test membership:
Element[-3.14, NegativeReals]
(* True *)Zero is not negative:
Element[0, NegativeReals]
(* False *)Please visit the official Wolfram Language Reference for more details.