blob: 2fbd96c395a4c2be0dab94273854231fd1d79c90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html>
<head>
<title>embellished operators 5: vertical stretchy operator</title>
</head>
<body>
<div>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<msub>
<mo>|</mo>
<mspace/>
</msub>
<mspace height="30px" depth="30px"/>
</mrow>
</math>
</div>
</body>
</html>
|