prev  ( testsuite > Topics > LargeOp > largeopPos3  )  next (show test run result)

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Topics/LargeOp/largeopPos3
CVS-ID:
Author:Dave Doyle, Design Science
Description:This test shows the 'cap' operator when it is used in both infix and prefix positions

passed (p) failed (f) not-tested (n) broken-test (b) some parts pass (s)


Sample Rendering:

Created by: webeq

Your browser's rendering:

i = 0 A B

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <mrow> 
    <mrow> 
      <munderover> 
        <mrow> 
          <mo>&#x22C2;</mo> 
        </mrow> 
        <mrow> 
          <mi>i</mi> 
          <mo>=</mo> 
          <mn>0</mn> 
        </mrow> 
        <mrow> 
          <mi>&#x221E;</mi> 
        </mrow> 
      </munderover> 
    </mrow> 
    <mrow> 
      <mi>A</mi> 
      <mo>&#x2229;</mo> 
      <mi>B</mi> 
    </mrow> 
  </mrow> 
</math>