WLJS LogoWLJS Notebook

NonPositiveRationals

NonPositiveRationals represents the domain of non-positive rational numbers, as in x ∈ NonPositiveRationals.

Examples

Test membership:

Element[-1/2, NonPositiveRationals]
(* True *)

Zero is included:

Element[0, NonPositiveRationals]
(* True *)

Please visit the official Wolfram Language Reference for more details.

On this page