-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmathml-v1.25.html
More file actions
34 lines (34 loc) · 1.01 KB
/
Copy pathmathml-v1.25.html
File metadata and controls
34 lines (34 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!doctype html>
<html dir="rtl" lang="ar"><body><math display="block" alttext="معادلة تربيعية" altimg="/math/quadratic.svg" altimg-width="18em" altimg-height="6em" altimg-valign="-0.4em" maxwidth="100%">
<semantics intent="solve($x)">
<mrow>
<mi>س</mi>
<mo>=</mo>
<mfrac>
<mrow>
<mo>-</mo>
<mi>ب</mi>
<mo>±</mo>
<msqrt>
<mrow>
<mi>ب</mi>
<msup><mn>2</mn></msup>
<mo>-</mo>
<mn>4</mn>
<mi>أ</mi>
<mi>ج</mi>
</mrow>
</msqrt>
</mrow>
<mrow><mn>2</mn><mi>أ</mi></mrow>
</mfrac>
</mrow>
<annotation-xml encoding="application/mathml-content+xml" cdgroup="https://example.test/cd/quadratic.xml">
<apply><root/><ci>x</ci></apply>
</annotation-xml>
</semantics>
</math>
<script>
const نوع_العقدة_الرياضية = MathMLElement;
</script>
</body></html>