summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/math_various.out.osxml
blob: efaed3e25b18903a7ac1823b24674d08613bdd66 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document xmlns:math="math">
	<math:math>
		<math:equation>
			<math:field>
				<math:sum>
					<math:limits>
						<math:lowerLimit>
							<math:text>i</math:text>
							<math:equals/>
							<math:number>5</math:number>
						</math:lowerLimit>
						<math:upperLimit>
							<math:number>10</math:number>
						</math:upperLimit>
					</math:limits>
				</math:sum>
			</math:field>
		</math:equation>
		<math:equation>
			<math:field>
				<math:int>
					<math:limits>
						<math:lowerLimit>
							<math:var>x</math:var>
							<math:to/>
							<math:minus/>
							<math:number>1</math:number>
						</math:lowerLimit>
						<math:upperLimit>
							<math:var>x</math:var>
							<math:to/>
							<math:number>1</math:number>
						</math:upperLimit>
					</math:limits>
				</math:int>
				<math:sqrt base="2">
					<math:text>x</math:text>
					<math:power>
						<math:number>2</math:number>
					</math:power>
					<math:minus/>
					<math:number>1</math:number>
				</math:sqrt>
				<math:text>dx</math:text>
			</math:field>
			<math:field>
				<math:equals/>
				<math:frac>
					<denominator>
						<math:text>π</math:text>
					</denominator>
					<nominator>
						<math:number>2</math:number>
					</nominator>
				</math:frac>
			</math:field>
		</math:equation>
		<math:equation>
			<math:field>
				<math:fun>
					<name>f</name>
					<arguments>
						<math:text>x</math:text>
						<math:comma/>
						<math:text>y</math:text>
					</arguments>
				</math:fun>
				<math:mapsto/>
				<math:frac>
					<denominator>
						<math:text>x</math:text>
						<math:power>
							<math:number>2</math:number>
						</math:power>
					</denominator>
					<nominator>
						<math:number>2</math:number>
					</nominator>
				</math:frac>
				<math:plus/>
				<math:text>y</math:text>
				<math:power>
					<math:number>2</math:number>
				</math:power>
			</math:field>
		</math:equation>
		<math:equation>
			<math:field>
				<math:var>a</math:var>
				<math:power>
					<math:number>2</math:number>
				</math:power>
				<math:plus/>
				<math:var>b</math:var>
				<math:power>
					<math:number>2</math:number>
				</math:power>
			</math:field>
			<math:field>
				<math:equals/>
				<math:var>c</math:var>
				<math:power>
					<math:number>2</math:number>
				</math:power>
			</math:field>
		</math:equation>
		<math:equation>
			<math:field>
				<math:text>a</math:text>
				<math:power>
					<math:frac>
						<denominator>
							<math:number>1</math:number>
						</denominator>
						<nominator>
							<math:number>2</math:number>
						</nominator>
					</math:frac>
				</math:power>
			</math:field>
			<math:field>
				<math:equals/>
				<math:sqrt base="2">
					<math:text>a</math:text>
				</math:sqrt>
			</math:field>
		</math:equation>
	</math:math>
</document>