-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
49 lines (49 loc) · 2.14 KB
/
Copy pathcode.html
File metadata and controls
49 lines (49 loc) · 2.14 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title>Haskell Code</title>
<link rel="stylesheet" href="walck1.css" type="text/css" />
</head>
<body>
<h1><a href="index.html">Scott N. Walck</a></h1>
<h2>Haskell Code</h2>
<p>
Here is some code that I've written in <a href="http://haskell.org">Haskell</a>.
These packages are available on <a href="http://hackage.haskell.org">Hackage</a>.
</p>
<ul>
<li><a href="http://hackage.haskell.org/package/learn-physics">learn-physics</a><br />
A library of functions for vector calculus, calculation of
electric field, electric flux, magnetic field, and other
quantities in mechanics and electromagnetic theory.
</li>
<li><a href="http://hackage.haskell.org/package/cyclotomic">cyclotomic</a><br />
The cyclotomic numbers are a subset of the complex numbers
that are represented exactly, enabling exact computations and
equality comparisons. They contain the Gaussian rationals
(complex numbers of the form p + q i with p and q rational),
as well as all complex roots of unity. The cyclotomic numbers
contain the square roots of all rational numbers. They contain
the sine and cosine of all rational multiples of pi. The
cyclotomic numbers form a field, being closed under addition,
subtraction, mutiplication, and division.
</li>
</ul>
<p class="noprint">
<a href="http://www.fsf.org/register_form?referrer=1059">
<img src="getButton.png" alt="[FSF Associate Member]" width="88" height="31" />
</a>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-xhtml11"
alt="Valid XHTML 1.1" width="88" height="31" />
</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p>
</body>
</html>