noun-modifying (irregular)
Technical term in mathematics and computing for an operator placed between operands (e.g., a + b). Contrast with 前置 (prefix) and 後置 (postfix).
See also: 中置
In this programming language, the addition operator is written in infix notation.
Infix notation is an intuitive way of writing mathematical expressions for humans.