twoargument
Twoargument is a term used to describe a function, operator, or relation that takes two input values. In mathematics, such entities are more commonly called binary operations or dyadic relations, and they have arity two.
In practice, two-argument functions appear throughout computing and logic. Examples include arithmetic operators like addition and
Not all operations require exactly two arguments; some are variadic or unary or higher-arity. In formal type
Historically, binary operations have been central in mathematics, dating back to early arithmetic with symbols like
See also: binary operator, arity, currying, partial application, higher-order function, function arity.