Idempotence

Revision as of 19:36, 19 September 2008 by Herefishyfishy1 (talk | contribs) (New page: A function <math>f</math> is idempotent if <math>f(x)=f(f(x))</math>. == Examples == * Any constant function is idempotent. * The function <math>f(x)=x</math> is idempotent. * The [[signu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A function $f$ is idempotent if $f(x)=f(f(x))$.

Examples