Infix notation
Infix notation is the notation commonly used in arithmetical and logical formulae and statements. It is characterized by the placement of operators between operands—"infixed operators"—such as the plus sign in.
Usage
s are often denoted by an infix symbol such as set membership a ∈ A when the set A has a for an element. In geometry, perpendicular lines a and b are denoted and in projective geometry two points b and c are in perspective when while they are connected by a projectivity whenInfix notation is more difficult to parse by computers than prefix notation or postfix notation. However many programming languages use it due to its familiarity. It is more used in arithmetic, e.g. 5 × 6.