diff options
author | Tom Faulhaber <git_net@infolace.com> | 2010-12-26 00:50:12 -0800 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2010-12-26 00:50:12 -0800 |
commit | dc17990a3b478a7fdb6033dc1577ea85658a99a1 (patch) | |
tree | 1659878ffa2e8f869f61a74e84adc45e3f9af657 /math-api.html | |
parent | 0ed9d7f62054f58129a3039a59b432b519126676 (diff) |
Autodoc commit for 1.2.x/e4ea06c9, master/1068a72b, 1.1.x/d132c5f1
Diffstat (limited to 'math-api.html')
-rw-r--r-- | math-api.html | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/math-api.html b/math-api.html index e1d7d732..9229d120 100644 --- a/math-api.html +++ b/math-api.html @@ -6,9 +6,6 @@ <link media="all" type="text/css" href="static/clojure.css" rel="stylesheet" /> <link media="all" type="text/css" href="static/wiki.css" rel="stylesheet" /> <link media="all" type="text/css" href="static/internal.css" rel="stylesheet" /> - <!-- TODO: are we using these (from clojure.org)? If so, add the files --> - <script src="file/view/code_highlighter.js" type="text/javascript"></script> - <script src="file/view/clojure.js" type="text/javascript"></script> <style>.menuWrapper{height: 36px;}</style> <!--[if lte IE 6]> <link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" /> @@ -142,7 +139,7 @@ exact-integer-sqrt - Implements a math function from the R6RS Scheme <pre id="var-docstr">(abs n) is the absolute value of n</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L122" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L122" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -154,7 +151,7 @@ exact-integer-sqrt - Implements a math function from the R6RS Scheme If n is an exact number, ceil returns an integer, otherwise a double.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L141" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L141" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -166,7 +163,7 @@ If n is an exact number, ceil returns an integer, otherwise a double.</pre> For example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L206" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L206" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -178,7 +175,7 @@ For example, (exact-integer-sqrt 15) is [3 6] because 15 = 3^2+6.</pre> Returns an exact number if the base is an exact number and the power is an integer, otherwise returns a double.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L101" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L101" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -190,7 +187,7 @@ Returns an exact number if the base is an exact number and the power is an integ If n is an exact number, floor returns an integer, otherwise a double.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L129" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L129" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -201,7 +198,7 @@ If n is an exact number, floor returns an integer, otherwise a double.</pre> <pre id="var-docstr">(gcd a b) returns the greatest common divisor of a and b</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L162" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L162" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -212,7 +209,7 @@ If n is an exact number, floor returns an integer, otherwise a double.</pre> <pre id="var-docstr">(lcm a b) returns the least common multiple of a and b</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L169" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L169" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -224,7 +221,7 @@ If n is an exact number, floor returns an integer, otherwise a double.</pre> round always returns an integer. Rounds up for values exactly in between two integers.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L153" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L153" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -235,7 +232,7 @@ round always returns an integer. Rounds up for values exactly in between two in <pre id="var-docstr">Square root, but returns exact number if possible.</pre> - <a href="http://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L215" id="var-source">Source</a> + <a href="https://github.com/clojure/clojure-contrib/blob/b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6/src/main/clojure/clojure/contrib/math.clj#L215" id="var-source">Source</a> </div> |