diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-02 23:59:17 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-02 23:59:17 -0700 |
commit | 8377c6897dc9b9d104721559df5fdc76731e8b8f (patch) | |
tree | b33dcbf5fd0b6c25f019e2334f911182f4f902bc /generic.math-functions-api.html | |
parent | 69daa9c6d4a4f461f43526d5b0b3bd87fa359a10 (diff) |
Updated documentation for commit dcec88467e840c0120e9f27f2020636857692800
Diffstat (limited to 'generic.math-functions-api.html')
-rw-r--r-- | generic.math-functions-api.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/generic.math-functions-api.html b/generic.math-functions-api.html index 5eff5ebd..394668f9 100644 --- a/generic.math-functions-api.html +++ b/generic.math-functions-api.html @@ -121,7 +121,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L53" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L53" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/acos">acos</h2> @@ -129,7 +129,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L54" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L54" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/approx=">approx=</h2> @@ -138,7 +138,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L110" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L110" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/asin">asin</h2> @@ -146,7 +146,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L55" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L55" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/atan">atan</h2> @@ -154,7 +154,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L56" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L56" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/atan2">atan2</h2> @@ -162,7 +162,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L57" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L57" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/ceil">ceil</h2> @@ -170,7 +170,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L58" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L58" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/conjugate">conjugate</h2> @@ -178,7 +178,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L87" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L87" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/cos">cos</h2> @@ -186,7 +186,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L59" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L59" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/exp">exp</h2> @@ -194,7 +194,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L60" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L60" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/floor">floor</h2> @@ -202,7 +202,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L61" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L61" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/log">log</h2> @@ -210,7 +210,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L62" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L62" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/pow">pow</h2> @@ -218,7 +218,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L63" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L63" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/rint">rint</h2> @@ -226,7 +226,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L64" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L64" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/round">round</h2> @@ -234,7 +234,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L65" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L65" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/sgn">sgn</h2> @@ -242,7 +242,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L73" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L73" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/sin">sin</h2> @@ -250,7 +250,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L66" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L66" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/sqr">sqr</h2> @@ -258,7 +258,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L98" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L98" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/sqrt">sqrt</h2> @@ -266,7 +266,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L67" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L67" id="var-source">Source</a> </div><div id="var-entry"> <hr /> <h2 id="generic.math-functions/tan">tan</h2> @@ -274,7 +274,7 @@ 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/3ec66e7b4e47c95d4cc27b0c405447117b2d5503/src/clojure/contrib/generic/math_functions.clj#L68" id="var-source">Source</a> + <a href="http://github.com/richhickey/clojure-contrib/blob/dcec88467e840c0120e9f27f2020636857692800/src/clojure/contrib/generic/math_functions.clj#L68" id="var-source">Source</a> </div> |