aboutsummaryrefslogtreecommitdiff
path: root/math-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'math-api.html')
-rw-r--r--math-api.html46
1 files changed, 22 insertions, 24 deletions
diff --git a/math-api.html b/math-api.html
index f066f75d..a79f062f 100644
--- a/math-api.html
+++ b/math-api.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>math API reference (clojure.contrib)</title>
+ <title>math API reference (Clojure-contrib)</title>
<link href="static/favicon.png" rel="icon" />
<link href="static/favicon.png" rel="shortcut icon" />
<link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" />
@@ -15,7 +15,7 @@
<![endif]-->
</head>
<!--
-This document was auto-generated from the clojure.contrib source by contrib-autodoc.
+This document was auto-generated from the source by the clojure autodoc system.
To report errors or ask questions about the overall documentation structure, formatting,
etc., contact Tom Faulhaber (google mail name: tomfaulhaber).
For errors in the documentation of a particular namespace, contact the author of that
@@ -25,7 +25,7 @@ namespace.
<div id="AllContentContainer">
<div id="Header">
<a id="Logo" href="index.html"><img alt="Clojure" height="100" width="100" src="static/clojure-icon.gif" /></a>
- <h1><a title="Clojure-contrib" href="index.html">Clojure-contrib</a></h1>
+ <h1><a title="page header title" id="page-header" href="index.html">Clojure-contrib</a></h1>
</div>
<div id="leftcolumn"><div><div style="text-align: center;"></div>
<div class="menu">
@@ -48,23 +48,23 @@ namespace.
<div style="margin-left: 1em;" class="toc-section">
<a href="#toc0">Overview</a>
<div style="margin-left: 1em;" class="toc-entry">
- <a href="#math/abs">abs</a>
+ <a href="#clojure.contrib.math/abs">abs</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#math/ceil">ceil</a>
+ <a href="#clojure.contrib.math/ceil">ceil</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#math/exact-integer-sqrt">exact-integer-sqrt</a>
+ <a href="#clojure.contrib.math/exact-integer-sqrt">exact-integer-sqrt</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#math/expt">expt</a>
+ <a href="#clojure.contrib.math/expt">expt</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#math/floor">floor</a>
+ <a href="#clojure.contrib.math/floor">floor</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#math/gcd">gcd</a>
+ <a href="#clojure.contrib.math/gcd">gcd</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#math/lcm">lcm</a>
+ <a href="#clojure.contrib.math/lcm">lcm</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#math/round">round</a>
+ <a href="#clojure.contrib.math/round">round</a>
</div><div style="margin-left: 1em;" class="toc-entry">
- <a href="#math/sqrt">sqrt</a>
+ <a href="#clojure.contrib.math/sqrt">sqrt</a>
</div>
<br />
</div>
@@ -124,7 +124,7 @@ exact-integer-sqrt - Implements a math function from the R6RS Scheme
<div id="var-entry">
<br />
<hr />
- <h2 id="math/abs">abs</h2>
+ <h2 id="clojure.contrib.math/abs">abs</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (abs n)
</pre>
@@ -133,7 +133,7 @@ exact-integer-sqrt - Implements a math function from the R6RS Scheme
</div><div id="var-entry">
<br />
<hr />
- <h2 id="math/ceil">ceil</h2>
+ <h2 id="clojure.contrib.math/ceil">ceil</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (ceil n)
</pre>
@@ -143,7 +143,7 @@ If n is an exact number, ceil returns an integer, otherwise a double.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="math/exact-integer-sqrt">exact-integer-sqrt</h2>
+ <h2 id="clojure.contrib.math/exact-integer-sqrt">exact-integer-sqrt</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (exact-integer-sqrt n)
</pre>
@@ -153,7 +153,7 @@ For example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="math/expt">expt</h2>
+ <h2 id="clojure.contrib.math/expt">expt</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (expt base pow)
</pre>
@@ -163,7 +163,7 @@ Returns an exact number if the base is an exact number and the power is an integ
</div><div id="var-entry">
<br />
<hr />
- <h2 id="math/floor">floor</h2>
+ <h2 id="clojure.contrib.math/floor">floor</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (floor n)
</pre>
@@ -173,7 +173,7 @@ If n is an exact number, floor returns an integer, otherwise a double.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="math/gcd">gcd</h2>
+ <h2 id="clojure.contrib.math/gcd">gcd</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (gcd a b)
</pre>
@@ -182,7 +182,7 @@ If n is an exact number, floor returns an integer, otherwise a double.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="math/lcm">lcm</h2>
+ <h2 id="clojure.contrib.math/lcm">lcm</h2>
<span id="var-type">function</span><br />
<pre id="var-usage">Usage: (lcm a b)
</pre>
@@ -191,7 +191,7 @@ If n is an exact number, floor returns an integer, otherwise a double.</pre>
</div><div id="var-entry">
<br />
<hr />
- <h2 id="math/round">round</h2>
+ <h2 id="clojure.contrib.math/round">round</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (round n)
</pre>
@@ -201,7 +201,7 @@ round always returns an integer. Rounds up for values exactly in between two in
</div><div id="var-entry">
<br />
<hr />
- <h2 id="math/sqrt">sqrt</h2>
+ <h2 id="clojure.contrib.math/sqrt">sqrt</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">Usage: (sqrt n)
</pre>
@@ -216,9 +216,7 @@ round always returns an integer. Rounds up for values exactly in between two in
</div>
</div>
<div id="foot">
- <div style="text-align: center;">
- Copyright 2008-2009 Rich Hickey and the various contributors
- </div>
+ <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div>
</div>
</div>
<div id="DesignedBy">Logo &amp; site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br />