Hubbry Logo
search button
Sign in
Infix notation
Infix notation
Comunity Hub
arrow-down
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Infix notation
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Infix notation Wikipedia article. Here, you can discuss, collect, and organize anything related to Infix notation. The purpose of the hub is to connect peo...
Add your contribution
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 2 + 2.

Usage

[edit]

Binary relations are often denoted by an infix symbol such as set membership aA 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 when

Infix notation is more difficult to parse by computers than prefix notation (e.g. + 2 2) or postfix notation (e.g. 2 2 +). However many programming languages use it due to its familiarity. It is more used in arithmetic, e.g. 5 × 6.[1]

Further notations

[edit]

Infix notation may also be distinguished from function notation, where the name of a function suggests a particular operation, and its arguments are the operands. An example of such a function notation would be S(1, 3) in which the function S denotes addition ("sum"): S (1, 3) = 1 + 3 = 4.

Order of operations

[edit]

In infix notation, unlike in prefix or postfix notations, parentheses surrounding groups of operands and operators are necessary to indicate the intended order in which operations are to be performed. In the absence of parentheses, certain precedence rules determine the order of operations.

See also

[edit]

References

[edit]
  1. ^ "The Implementation and Power of Programming Languages". Archived from the original on 27 August 2022. Retrieved 30 August 2014.
[edit]