Plurimath

`max` (unary)

Max

AsciiMath

max(x)

LaTeX

\max{( x )}

MathML

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mstyle displaystyle="true">
    <mrow>
      <mi>max</mi>
      <mrow>
        <mo>(</mo>
        <mi>x</mi>
        <mo>)</mo>
      </mrow>
    </mrow>
  </mstyle>
</math>

UnicodeMath

max(x)
Note
In other conversions, the value of the class will be processed as a simple text. For example, the presentation of this example in OMML will be max ("x").