-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsets.html
More file actions
76 lines (60 loc) · 3.65 KB
/
sets.html
File metadata and controls
76 lines (60 loc) · 3.65 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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="https://openmath.org/public/css/hyde.css" />
<link rel="stylesheet" href="https://openmath.org/public/css/main.css" />
<link rel="shortcut icon" sizes="144x144" type="image/png" href="/public/favicon.png" />
<title>Sets</title>
</head>
<body class="theme-base-odk">
<div class="sidebar">
<div class="container">
<div class="sidebar-about">
<h1><a href="/"><img src="https://openmath.org/public/logo.png" alt="OpenMath" width="100%" /></a></h1>
<p class="lead">OpenMath is an extensible standard for representing the semantics of mathematical
objects.
</p>
<p class="site-url lead"><a href="https://openmath.org/">https://openmath.org</a></p>
</div>
<nav class="sidebar-nav"><a class="sidebar-nav-item" href="https://openmath.org/">Home</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/about/">OpenMath</a><br /><a class="sidebar-nav-item" href="https://openmath.org/society/">OM Society</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/meetings/">Meetings</a><br /><a class="sidebar-nav-item" href="https://openmath.org/standard/">Standards</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/documents/">Documents</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/cd/">CDs</a><br /><a class="sidebar-nav-item" href="https://openmath.org/development/">Development</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/projects/">Projects</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/software/">Software & Tools</a><br /><a class="sidebar-nav-item" href="https://openmath.org/news/">News</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/follow/">Follow & Contact us</a>
<span class="sidebar-nav-item"><a href="https://openmath.org/atom.xml"><img class="icon" src="https://openmath.org/public/feed_w.png" alt="atom feed" /></a><a href="https://twitter.com/openmath"><img class="icon" src="https://openmath.org/public/twitter_w.png" alt="twitter" /></a><a href="https://github.com/OpenMath"><img class="icon" src="https://openmath.org/public/github_w.png" alt="github" /></a></span><br /></nav>
</div>
</div>
<div class="content container">
<div class="page">
<h1>OpenMath CD Group:
<a href="Sets.cdg">Sets</a></h1><b>Version: </b>1
<hr />
CDs which describe operations on sets and their names
<hr />
<table>
<tr>
<td><a href="../cd/set1.html">set1</a></td>
<td></td>
</tr>
<tr>
<td><a href="../cd/set2.html">set2</a></td>
<td></td>
</tr>
<tr>
<td><a href="../cd/setname1.html">setname1</a></td>
<td></td>
</tr>
<tr>
<td><a href="../cd/setname2.html">setname2</a></td>
<td></td>
</tr>
</table>
</div>
</div>
</body>
</html>