Skip to content

Commit

Permalink
Remove XML namespace from MathML
Browse files Browse the repository at this point in the history
  • Loading branch information
reima committed Oct 4, 2015
1 parent a639861 commit d82f117
Show file tree
Hide file tree
Showing 425 changed files with 39,052 additions and 39,052 deletions.
18 changes: 9 additions & 9 deletions el3/acos.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
<h2>Description</h2>
<p>
<code class="function">atan</code> returns the angle whose trigonometric cosine is
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi></mml:math>.
<math overflow="scroll"><mi mathvariant="italic">x</mi></math>.
The range of values returned by <code class="function">acos</code> is
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll">
<mml:mfenced open="[" close="]">
<mml:mn>0</mml:mn>
<mml:mi>π</mml:mi>
</mml:mfenced>
</mml:math>.
<math overflow="scroll">
<mfenced open="[" close="]">
<mn>0</mn>
<mi>π</mi>
</mfenced>
</math>.
The result is undefined if
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mo>|</mml:mo><mml:mi mathvariant="italic">x</mml:mi><mml:mo>|</mml:mo><mml:mo>&gt;</mml:mo><mml:mn>1</mml:mn></mml:math>.
<math overflow="scroll"><mo>|</mo><mi mathvariant="italic">x</mi><mo>|</mo><mo>&gt;</mo><mn>1</mn></math>.
</p>
</div>
{$pipelinestall}{$examples}
Expand All @@ -67,7 +67,7 @@
<thead>
<tr>
<th style="text-align: left; border-right: 2px solid ; ">

</th>
<th style="text-align: center; border-bottom: 2px solid ; " colspan="3">
<span class="bold"><strong>OpenGL ES Shading Language Version</strong></span>
Expand Down
6 changes: 3 additions & 3 deletions el3/acosh.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<h2>Description</h2>
<p>
<code class="function">acosh</code> returns the arc hyperbolic cosine of
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi></mml:math>;
<math overflow="scroll"><mi mathvariant="italic">x</mi></math>;
the non-negative inverse of <a class="citerefentry" href="cosh"><span class="citerefentry"><span class="refentrytitle">cosh</span></span></a>. Results
are undefined if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi><mml:mo>&lt;</mml:mo><mml:mn>1</mml:mn></mml:math>.
are undefined if <math overflow="scroll"><mi mathvariant="italic">x</mi><mo>&lt;</mo><mn>1</mn></math>.
</p>
</div>
{$pipelinestall}{$examples}
Expand All @@ -60,7 +60,7 @@
<thead>
<tr>
<th style="text-align: left; border-right: 2px solid ; ">

</th>
<th style="text-align: center; border-bottom: 2px solid ; " colspan="3">
<span class="bold"><strong>OpenGL ES Shading Language Version</strong></span>
Expand Down
36 changes: 18 additions & 18 deletions el3/asin.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@
<h2>Description</h2>
<p>
<code class="function">atan</code> returns the angle whose trigonometric sine is
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi></mml:math>.
<math overflow="scroll"><mi mathvariant="italic">x</mi></math>.
The range of values returned by <code class="function">asin</code> is
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll">
<mml:mfenced open="[" close="]">
<mml:mrow>
<mml:mo></mml:mo>
<mml:mfrac>
<mml:mi>π</mml:mi>
<mml:mn>2</mml:mn>
</mml:mfrac>
</mml:mrow>
<mml:mfrac>
<mml:mi>π</mml:mi>
<mml:mn>2</mml:mn>
</mml:mfrac>
</mml:mfenced>
</mml:math>.
<math overflow="scroll">
<mfenced open="[" close="]">
<mrow>
<mo></mo>
<mfrac>
<mi>π</mi>
<mn>2</mn>
</mfrac>
</mrow>
<mfrac>
<mi>π</mi>
<mn>2</mn>
</mfrac>
</mfenced>
</math>.
The result is undefined if
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mo>|</mml:mo><mml:mi mathvariant="italic">x</mml:mi><mml:mo>|</mml:mo><mml:mo>&gt;</mml:mo><mml:mn>1</mml:mn></mml:math>.
<math overflow="scroll"><mo>|</mo><mi mathvariant="italic">x</mi><mo>|</mo><mo>&gt;</mo><mn>1</mn></math>.
</p>
</div>
{$pipelinestall}{$examples}
Expand All @@ -76,7 +76,7 @@
<thead>
<tr>
<th style="text-align: left; border-right: 2px solid ; ">

</th>
<th style="text-align: center; border-bottom: 2px solid ; " colspan="3">
<span class="bold"><strong>OpenGL ES Shading Language Version</strong></span>
Expand Down
4 changes: 2 additions & 2 deletions el3/asinh.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<h2>Description</h2>
<p>
<code class="function">asinh</code> returns the arc hyperbolic sine of
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi></mml:math>;
<math overflow="scroll"><mi mathvariant="italic">x</mi></math>;
the inverse of <a class="citerefentry" href="sinh"><span class="citerefentry"><span class="refentrytitle">sinh</span></span></a>.
</p>
</div>
Expand All @@ -59,7 +59,7 @@
<thead>
<tr>
<th style="text-align: left; border-right: 2px solid ; ">

</th>
<th style="text-align: center; border-bottom: 2px solid ; " colspan="3">
<span class="bold"><strong>OpenGL ES Shading Language Version</strong></span>
Expand Down
76 changes: 38 additions & 38 deletions el3/atan.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -80,48 +80,48 @@
<h2>Description</h2>
<p>
<code class="function">atan</code> returns the angle whose trigonometric arctangent is
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll">
<mml:mfrac>
<mml:mrow>
<mml:mi mathvariant="italic">y</mml:mi>
</mml:mrow>
<mml:mrow>
<mml:mi mathvariant="italic">x</mml:mi>
</mml:mrow>
</mml:mfrac>
</mml:math> or <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">y_over_x</mml:mi></mml:math>,
depending on which overload is invoked. In the first overload, the signs of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">y</mml:mi></mml:math>
and <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi></mml:math> are used to determine the quadrant
<math overflow="scroll">
<mfrac>
<mrow>
<mi mathvariant="italic">y</mi>
</mrow>
<mrow>
<mi mathvariant="italic">x</mi>
</mrow>
</mfrac>
</math> or <math overflow="scroll"><mi mathvariant="italic">y_over_x</mi></math>,
depending on which overload is invoked. In the first overload, the signs of <math overflow="scroll"><mi mathvariant="italic">y</mi></math>
and <math overflow="scroll"><mi mathvariant="italic">x</mi></math> are used to determine the quadrant
that the angle lies in. The values returned by <code class="function">atan</code> in this case are in the range
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll">
<mml:mfenced open="[" close="]">
<mml:mrow>
<mml:mo></mml:mo>
<mml:mi>π</mml:mi>
</mml:mrow>
<mml:mi>π</mml:mi>
</mml:mfenced>
</mml:math>. Results are undefined if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi></mml:math> is zero.
<math overflow="scroll">
<mfenced open="[" close="]">
<mrow>
<mo></mo>
<mi>π</mi>
</mrow>
<mi>π</mi>
</mfenced>
</math>. Results are undefined if <math overflow="scroll"><mi mathvariant="italic">x</mi></math> is zero.
</p>
<p>
For the second overload, <code class="function">atan</code> returns the angle whose tangent is
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">y_over_x</mml:mi></mml:math>. Values
<math overflow="scroll"><mi mathvariant="italic">y_over_x</mi></math>. Values
returned in this case are in the range
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll">
<mml:mfenced open="[" close="]">
<mml:mrow>
<mml:mo></mml:mo>
<mml:mfrac>
<mml:mi>π</mml:mi>
<mml:mn>2</mml:mn>
</mml:mfrac>
</mml:mrow>
<mml:mfrac>
<mml:mi>π</mml:mi>
<mml:mn>2</mml:mn>
</mml:mfrac>
</mml:mfenced>
</mml:math>.
<math overflow="scroll">
<mfenced open="[" close="]">
<mrow>
<mo></mo>
<mfrac>
<mi>π</mi>
<mn>2</mn>
</mfrac>
</mrow>
<mfrac>
<mi>π</mi>
<mn>2</mn>
</mfrac>
</mfenced>
</math>.
</p>
</div>
{$pipelinestall}{$examples}
Expand All @@ -138,7 +138,7 @@
<thead>
<tr>
<th style="text-align: left; border-right: 2px solid ; ">

</th>
<th style="text-align: center; border-bottom: 2px solid ; " colspan="3">
<span class="bold"><strong>OpenGL ES Shading Language Version</strong></span>
Expand Down
6 changes: 3 additions & 3 deletions el3/atanh.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<h2>Description</h2>
<p>
<code class="function">atanh</code> returns the arc hyperbolic tangent of
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi></mml:math>;
<math overflow="scroll"><mi mathvariant="italic">x</mi></math>;
the inverse of <a class="citerefentry" href="tanh"><span class="citerefentry"><span class="refentrytitle">tanh</span></span></a>. Results
are undefined if <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mo>|</mml:mo><mml:mi mathvariant="italic">x</mml:mi><mml:mo>|</mml:mo><mml:mo>&gt;</mml:mo><mml:mn>1</mml:mn></mml:math>.
are undefined if <math overflow="scroll"><mo>|</mo><mi mathvariant="italic">x</mi><mo>|</mo><mo>&gt;</mo><mn>1</mn></math>.
</p>
</div>
{$pipelinestall}{$examples}
Expand All @@ -60,7 +60,7 @@
<thead>
<tr>
<th style="text-align: left; border-right: 2px solid ; ">

</th>
<th style="text-align: center; border-bottom: 2px solid ; " colspan="3">
<span class="bold"><strong>OpenGL ES Shading Language Version</strong></span>
Expand Down
48 changes: 24 additions & 24 deletions el3/cosh.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,30 @@
<h2>Description</h2>
<p>
<code class="function">cosh</code> returns the hyperbolic cosine of
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi></mml:math>.
The hyperbolic cosine of <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll"><mml:mi mathvariant="italic">x</mml:mi></mml:math>
<math overflow="scroll"><mi mathvariant="italic">x</mi></math>.
The hyperbolic cosine of <math overflow="scroll"><mi mathvariant="italic">x</mi></math>
is computed as
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" overflow="scroll">
<mml:mrow>
<mml:mfrac>
<mml:mrow>
<mml:msup>
<mml:mi>e</mml:mi>
<mml:mi>x</mml:mi>
</mml:msup>
<mml:mo>+</mml:mo>
<mml:msup>
<mml:mi>e</mml:mi>
<mml:mrow>
<mml:mo></mml:mo>
<mml:mi>x</mml:mi>
</mml:mrow>
</mml:msup>
</mml:mrow>
<mml:mn>2</mml:mn>
</mml:mfrac>
</mml:mrow>
</mml:math>.
<math overflow="scroll">
<mrow>
<mfrac>
<mrow>
<msup>
<mi>e</mi>
<mi>x</mi>
</msup>
<mo>+</mo>
<msup>
<mi>e</mi>
<mrow>
<mo></mo>
<mi>x</mi>
</mrow>
</msup>
</mrow>
<mn>2</mn>
</mfrac>
</mrow>
</math>.
</p>
</div>
{$pipelinestall}{$examples}
Expand All @@ -81,7 +81,7 @@
<thead>
<tr>
<th style="text-align: left; border-right: 2px solid ; ">

</th>
<th style="text-align: center; border-bottom: 2px solid ; " colspan="3">
<span class="bold"><strong>OpenGL ES Shading Language Version</strong></span>
Expand Down
Loading

0 comments on commit d82f117

Please sign in to comment.