Plurimath

`min` (unary)

Min

AsciiMath

min(x)

LaTeX

\min{( x )}

MathML

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

UnicodeMath

min(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 min ("x").