aboutsummaryrefslogtreecommitdiff
path: root/generic.math-functions-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2010-04-30 16:19:00 -0700
committerTom Faulhaber <git_net@infolace.com>2010-04-30 16:19:00 -0700
commit4a3f270f93c687ec29f9cdd178f22b9fd3d82e37 (patch)
treecbe8efecfd3a0aab290cb6b7c2eec2135385d52a /generic.math-functions-api.html
parentae92eda353beed7ff5ee07ea80491d7c7bca110c (diff)
Manual autodoc update (mostly whitespace diffs caused by new tags, not yet used).
Diffstat (limited to 'generic.math-functions-api.html')
-rw-r--r--generic.math-functions-api.html82
1 files changed, 62 insertions, 20 deletions
diff --git a/generic.math-functions-api.html b/generic.math-functions-api.html
index f0b6663d..2774aed6 100644
--- a/generic.math-functions-api.html
+++ b/generic.math-functions-api.html
@@ -111,6 +111,8 @@ by <span id="author">Konrad Hinsen</span><br />
This library defines generic versions of common mathematical
functions such as sqrt or sin as multimethods that can be
defined for any type.</pre>
+
+
<br />
<h2>Public Variables and Functions</h2>
<div id="var-entry">
@@ -121,7 +123,9 @@ defined for any type.</pre>
<pre id="var-usage">Usage: (abs x)
</pre>
<pre id="var-docstr">Return the abs of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L53" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -130,7 +134,9 @@ defined for any type.</pre>
<pre id="var-usage">Usage: (acos x)
</pre>
<pre id="var-docstr">Return the acos of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L54" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -140,7 +146,9 @@ defined for any type.</pre>
</pre>
<pre id="var-docstr">Return true if the absolute value of the difference between x and y
is less than eps.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L110" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -149,7 +157,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (asin x)
</pre>
<pre id="var-docstr">Return the asin of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L55" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -158,7 +168,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (atan x)
</pre>
<pre id="var-docstr">Return the atan of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L56" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -167,7 +179,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (atan2 x y)
</pre>
<pre id="var-docstr">Return the atan2 of x and y.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L57" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -176,7 +190,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (ceil x)
</pre>
<pre id="var-docstr">Return the ceil of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L58" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -185,7 +201,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (conjugate x)
</pre>
<pre id="var-docstr">Return the conjugate of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L87" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -194,7 +212,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (cos x)
</pre>
<pre id="var-docstr">Return the cos of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L59" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -203,7 +223,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (exp x)
</pre>
<pre id="var-docstr">Return the exp of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L60" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -212,7 +234,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (floor x)
</pre>
<pre id="var-docstr">Return the floor of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L61" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -221,7 +245,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (log x)
</pre>
<pre id="var-docstr">Return the log of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L62" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -230,7 +256,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (pow x y)
</pre>
<pre id="var-docstr">Return the pow of x and y.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L63" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -239,7 +267,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (rint x)
</pre>
<pre id="var-docstr">Return the rint of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L64" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -248,7 +278,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (round x)
</pre>
<pre id="var-docstr">Return the round of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L65" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -257,7 +289,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (sgn x)
</pre>
<pre id="var-docstr">Return the sign of x (-1, 0, or 1).</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L73" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -266,7 +300,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (sin x)
</pre>
<pre id="var-docstr">Return the sin of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L66" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -275,7 +311,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (sqr x)
</pre>
<pre id="var-docstr">Return the square of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L98" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -284,7 +322,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (sqrt x)
</pre>
<pre id="var-docstr">Return the sqrt of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L67" id="var-source">Source</a>
+
+
+
</div><div id="var-entry">
<br />
<hr />
@@ -293,7 +333,9 @@ is less than eps.</pre>
<pre id="var-usage">Usage: (tan x)
</pre>
<pre id="var-docstr">Return the tan of x.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/generic/math_functions.clj#L68" id="var-source">Source</a>
+
+
+
</div>