blob: 7c496698591879cade9e9bde5463bbe63d0298d5 (
plain)
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
35
36
37
38
39
40
41
|
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mrow>
<munderover>
<mo stretchy="false">∫</mo>
<mi>a</mi>
<mi>b</mi>
</munderover>
<mrow>
<mfrac>
<mn>1</mn>
<mi>x</mi>
</mfrac>
<mspace width="0.5em"/>
<mstyle mathvariant="normal">
<mi mathvariant="normal">d</mi>
</mstyle>
<mi>x</mi>
</mrow>
</mrow>
<mo stretchy="false">=</mo>
<mrow>
<munderover>
<mo stretchy="true">∫</mo>
<mi>a</mi>
<mi>b</mi>
</munderover>
<mrow>
<mfrac>
<mn>1</mn>
<mi>y</mi>
</mfrac>
<mspace width="0.5em"/>
<mstyle mathvariant="normal">
<mi mathvariant="normal">d</mi>
</mstyle>
<mi>y</mi>
</mrow>
</mrow>
</mrow>
</math>
|