EvenQ
Examples
open all close allBasic Examples (2)
Applications (1)
Properties & Relations (3)
An integer is either odd or even. Use OddQ to check that an integer is odd:
EvenQ[3]OddQ[3]Even integers are divisible by 2:
EvenQ[12]Divisible[12, 2]The generating function of the even integers is
:
Series[2x / (x - 1) ^ 2, {x, 0, 10}]Possible Issues (1)
Expressions that represent even integers but do not evaluate explicitly will still give False:
x = 2(GoldenRatio - 1 / GoldenRatio);EvenQ[x]It is necessary to use symbolic simplification first:
FullSimplify[x]Related Guides
History
Introduced in 1988 (1.0)
Text
Wolfram Research (1988), EvenQ, Wolfram Language function, https://reference.wolfram.com/language/ref/EvenQ.html.
CMS
Wolfram Language. 1988. "EvenQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/EvenQ.html.
APA
Wolfram Language. (1988). EvenQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EvenQ.html
BibTeX
@misc{reference.wolfram_2026_evenq, author="Wolfram Research", title="{EvenQ}", year="1988", howpublished="\url{https://reference.wolfram.com/language/ref/EvenQ.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_evenq, organization={Wolfram Research}, title={EvenQ}, year={1988}, url={https://reference.wolfram.com/language/ref/EvenQ.html}, note=[Accessed: 12-June-2026]}