WLJS LogoWLJS Notebook

Integers

Integers represents the domain of integers, as in x ∈ Integers.

Examples

Use in solving equations:

Solve[x^2 == 4, x, Integers]
(* {{x -> -2}, {x -> 2}} *)

Domain specification:

Element[n, Integers]

Please visit the official Wolfram Language Reference for more details.

On this page