<?xml version="1.0" encoding="us-ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
      "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>MathML Test : Other operators</title>
  <meta http-equiv="content-type" content="text/html; charset=us-ascii" />
  <meta name="generator" content="Amaya, see http://www.w3.org/Amaya/" />
  <meta name="author" content="Frederic WANG" />
</head>

<body>
<p><a href="index.xml#operators">Back to home</a></p>

<h1>MathML Test : Other operators</h1>

<p>This page contains symbol of operators that have not be mentionned in
previous tests.</p>
<ol>
  <li>check if all symbols are displayed</li>
  <li>check the stretch behaviour for Sqrt.</li>
</ol>
<ul>
  <li>Assign : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x2254;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>Colon : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x2237;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>VerticalTilde : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x2240;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>Star : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x22c6;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>CenterDot : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#xb7;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>Diamond : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x22c4;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>Cross : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x2a2f;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>SmallCircle : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x2218;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>DoubleLeftTee : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x2ae4;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>DoubleRightTee : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x22a8;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>DownTee : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x22a4;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>LeftTee : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x22a3;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>RightTee : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mi>x</mi>
        <mo>&#x22a2;</mo>
        <mi>y</mi>
      </mrow>
    </math></li>
  <li>Square : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mo>&#x25a1;</mo>
        <mi>x</mi>
      </mrow>
    </math></li>
  <li>MinusPlus : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mo>&#x2213;</mo>
        <mi>x</mi>
      </mrow>
    </math></li>
  <li>PlusMinus : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mrow>
        <mo>&#xb1;</mo>
        <mi>x</mi>
      </mrow>
    </math></li>
  <li>Sqrt : <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mo>&#x221a;</mo>
      <mi>x</mi>
    </math> ; <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mtable>
        <mtr>
          <mtd>
            <mo>&#x221a;</mo>
          </mtd>
          <mtd>
            <mtable>
              <mtr>
                <mtd>
                  <mi>a</mi>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>b</mi>
                </mtd>
              </mtr>
              <mtr>
                <mtd>
                  <mi>c</mi>
                </mtd>
              </mtr>
            </mtable>
          </mtd>
        </mtr>
        <mtr>
          <mtd>
            <mtext>sometext</mtext>
          </mtd>
          <mtd>
            <mi>x</mi>
          </mtd>
        </mtr>
      </mtable>
    </math></li>
</ul>
</body>
</html>

