Definition

Idempotent operation

An idempotent operation is an operation where repeating one value does not change the result: op(x, x) = x.