<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Infix_notation</id>
	<title>Infix notation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sarg.dev/index.php?action=history&amp;feed=atom&amp;title=Infix_notation"/>
	<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Infix_notation&amp;action=history"/>
	<updated>2026-09-24T18:08:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.sarg.dev/index.php?title=Infix_notation&amp;diff=139516&amp;oldid=prev</id>
		<title>imported&gt;Perception312: Undid revision 1276203550 by 2600:6C58:7F:46EE:C52C:2EF7:27EC:1C66 (talk)</title>
		<link rel="alternate" type="text/html" href="https://wiki.sarg.dev/index.php?title=Infix_notation&amp;diff=139516&amp;oldid=prev"/>
		<updated>2025-02-17T14:57:14Z</updated>

		<summary type="html">&lt;p&gt;Undid revision &lt;a href=&quot;/index.php/Special:Diff/1276203550&quot; title=&quot;Special:Diff/1276203550&quot;&gt;1276203550&lt;/a&gt; by &lt;a href=&quot;/index.php/Special:Contributions/2600:6C58:7F:46EE:C52C:2EF7:27EC:1C66&quot; title=&quot;Special:Contributions/2600:6C58:7F:46EE:C52C:2EF7:27EC:1C66&quot;&gt;2600:6C58:7F:46EE:C52C:2EF7:27EC:1C66&lt;/a&gt; (&lt;a href=&quot;/index.php?title=User_talk:2600:6C58:7F:46EE:C52C:2EF7:27EC:1C66&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User talk:2600:6C58:7F:46EE:C52C:2EF7:27EC:1C66 (page does not exist)&quot;&gt;talk&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Mathematics notation with operators between operands}}&lt;br /&gt;
{{Operator notation sidebar |logo=[[File:Infix-dia.svg|125px]]}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Infix notation&amp;#039;&amp;#039;&amp;#039; is the notation commonly used in [[arithmetic]]al and [[logic]]al formulae and statements. It is characterized by the placement of [[Operator (mathematics)|operator]]s between [[operand]]s—&amp;quot;infixed operators&amp;quot;—such as the [[plus sign]] in {{nowrap|2 &amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039; 2}}.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
[[Binary relation]]s are often denoted by an infix symbol such as [[set membership]] &amp;#039;&amp;#039;a&amp;#039;&amp;#039; ∈ &amp;#039;&amp;#039;A&amp;#039;&amp;#039; when the set &amp;#039;&amp;#039;A&amp;#039;&amp;#039; has &amp;#039;&amp;#039;a&amp;#039;&amp;#039; for an element. In [[geometry]], [[perpendicular line]]s &amp;#039;&amp;#039;a&amp;#039;&amp;#039; and &amp;#039;&amp;#039;b&amp;#039;&amp;#039; are denoted &amp;lt;math&amp;gt;a \perp b \ ,&amp;lt;/math&amp;gt; and in [[projective geometry]] two points &amp;#039;&amp;#039;b&amp;#039;&amp;#039; and &amp;#039;&amp;#039;c&amp;#039;&amp;#039; are in [[perspective (geometry)|perspective]] when &amp;lt;math&amp;gt;b \ \doublebarwedge \ c&amp;lt;/math&amp;gt; while they are connected by a projectivity when &amp;lt;math&amp;gt;b \ \barwedge \ c .&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Infix notation is more difficult to [[parsing|parse]] by computers than [[prefix notation]] (e.g. &amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039; 2 2) or [[postfix notation]] (e.g. 2 2 &amp;#039;&amp;#039;&amp;#039;+&amp;#039;&amp;#039;&amp;#039;). However many [[programming language]]s use it due to its familiarity. It is more used in arithmetic, e.g. 5 &amp;#039;&amp;#039;&amp;#039;×&amp;#039;&amp;#039;&amp;#039; 6.&amp;lt;ref name=&amp;quot;Infix, Postfix and Prefix&amp;quot;&amp;gt;{{cite web | url=http://www.cs.man.ac.uk/~pjj/cs212/fix.html | title=The Implementation and Power of Programming Languages | access-date=30 August 2014 | archive-url=https://web.archive.org/web/20220827171346/https://www.cs.man.ac.uk/~pjj/cs212/fix.html | archive-date=27 August 2022}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Further notations==&lt;br /&gt;
Infix notation may also be distinguished from [[Function (mathematics)|function]] notation, where the name of a function suggests a particular operation, and its [[Argument of a function|arguments]] are the operands. An example of such a [[Function application|function notation]] would be {{math|S(1, 3)}} in which the function {{math|S}} denotes addition (&amp;quot;sum&amp;quot;): {{math|1=S (1, 3) = 1 + 3 = 4}}.&lt;br /&gt;
&lt;br /&gt;
==Order of operations==&lt;br /&gt;
In infix notation, unlike in prefix or postfix notations, [[Bracket#Parentheses|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]].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Tree traversal]]: Infix (In-order) is also a tree traversal order. It is described in a more detailed manner on this page.&lt;br /&gt;
* [[Calculator input methods]]: comparison of notations as used by pocket calculators&lt;br /&gt;
* Postfix notation, also called [[Reverse Polish notation]]&lt;br /&gt;
* Prefix notation, also called [[Polish notation]]&lt;br /&gt;
* [[Shunting yard algorithm]], used to convert infix notation to postfix notation or to a tree&lt;br /&gt;
* [[Operator (computer programming)]]&lt;br /&gt;
* [[Subject–verb–object word order]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.xnumber.com/xnumber/rpn_or_adl.htm &amp;#039;&amp;#039;RPN or DAL? A brief analysis of Reverse Polish Notation against Direct Algebraic Logic&amp;#039;&amp;#039;]&lt;br /&gt;
*[https://web.archive.org/web/20130925214440/http://www.meta-calculator.com/learning-lab/how-to-build-scientific-calculator/infix-to-postifix-convertor.php Infix to postfix convertor]&amp;#039;&amp;#039;[sic]&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematical notation]]&lt;br /&gt;
[[Category:Operators (programming)]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Perception312</name></author>
	</entry>
</feed>