Plurimath

`log` (binary)

Mod

AsciiMath

x mod y

LaTeX

{x} \mod {y}

MathML

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

UnicodeMath

mod(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 "x" rm( mod ) "y".