Mathematica > Notebooks and Documents > Mathematical Typesetting > Symbolic Notational Forms > Infix >

Infix

Infix
prints with given in default infix form: .
Infix
prints with arguments separated by h: .
  • Infix can be used to specify how the output form should be parenthesized.
  • Precedence levels are specified by integers. In OutputForm, some precedence levels are:
x.y.z
x y z
x+y+z
x==y
x=y
  • Possible grouping (associativity) specifications are:
NonAssociativenot associative—always parenthesized
Nonealways associative—never parenthesized
Leftleft associative (e.g., )
Rightright associative (e.g., )
Use an infix notation:
Use an infix notation:
In[1]:=
Click for copyable input
Out[1]=
New in 1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF