diff options
Diffstat (limited to 'math-api.html')
-rw-r--r-- | math-api.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/math-api.html b/math-api.html index 4146a9aa..99328648 100644 --- a/math-api.html +++ b/math-api.html @@ -140,7 +140,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/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/math.clj#L122" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -152,7 +152,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/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/math.clj#L141" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -164,7 +164,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/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/math.clj#L206" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -176,7 +176,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/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/math.clj#L101" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -188,7 +188,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/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/math.clj#L129" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -199,7 +199,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/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/math.clj#L162" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -210,7 +210,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/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/math.clj#L169" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -222,7 +222,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/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/math.clj#L153" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -233,7 +233,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/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/math.clj#L215" id="var-source">Source</a> </div> |