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.