Commutative operation

Written by So8res last updated

Summaries

There are no custom summaries written for this page, so users will see an excerpt from the beginning of the page when hovering over links to this page. You can create up to 3 custom summaries; by default you should avoid creating more than one summary unless the subject matter benefits substantially from multiple kinds of explanation.

A commutative function is a function that takes multiple inputs from a set and produces an output that does not depend on the ordering of the inputs. For example, the binary operation is commutative, because The string concatenation function concat is not commutative, because concat("3","4")="34" does not equal concat("4","3")="43".