Commutative operation

https://arbital.com/p/commutative_operation

by Nate Soares May 11 2016 updated Jul 17 2016


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".