Eli Bendersky's
Follow
Notes on even and odd functions
A function that satisfies f(x)=f(-x) for its entire domain is
called an even function (also sometimes referred to as symmetric).
Its graph is symmetric w.r.t. the y axis. Some examples of even
functions are f(x)=x^2 and f(x)=cos(x):A function …