As the title says: I have a function where the order of parameters does not matter. An example would be ADD: ADD(1,2) and ADD(2,1) can be used interchangeably, the order of parameters does not matter. DIVIDE does not carry this property.
What is the property's name?