lazarus-ccr/applications/fpvviewer/examples_files/mathml/standard_deviation.mathml
sekelsenmat 28027f8742 fpvviewer: Adds mathml test files
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2387 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-04-11 11:54:12 +00:00

62 lines
1.4 KiB
Plaintext

<!DOCTYPE math
PUBLIC "-//W3C//DTD MathML 2.0//EN"
"http://www.w3.org/TR/MathML2/dtd/mathml2.dtd">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mi>&#x03c3;</mi>
<mo>=</mo>
<msqrt>
<mrow>
<mfrac>
<mrow>
<mn>1</mn>
</mrow>
<mrow>
<mi>N</mi>
</mrow>
</mfrac>
<mstyle displaystyle='true'>
<mrow>
<munderover>
<mrow>
<mo>&#x2211;</mo>
</mrow>
<mrow>
<mi>i</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mrow>
<mi>N</mi>
</mrow>
</munderover>
<mrow>
<msup>
<mrow>
<mo stretchy='false'>(</mo>
<msub>
<mrow>
<mi>x</mi>
</mrow>
<mrow>
<mi>i</mi>
</mrow>
</msub>
<mo>&#x2212;</mo>
<mi>&#x03bc;</mi>
<mo stretchy='false'>)</mo>
</mrow>
<mrow>
<mn>2</mn>
</mrow>
</msup>
</mrow>
</mrow>
</mstyle>
</mrow>
</msqrt>
<mo>.</mo>
</mrow>
</math>