diff options
Diffstat (limited to 'branch-master/generic.math-functions-api.html')
-rw-r--r-- | branch-master/generic.math-functions-api.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/branch-master/generic.math-functions-api.html b/branch-master/generic.math-functions-api.html index b21e0416..10de7254 100644 --- a/branch-master/generic.math-functions-api.html +++ b/branch-master/generic.math-functions-api.html @@ -68,12 +68,9 @@ namespace. - <span id="header-project">clojure-contrib</span> <span id="header-version">v1.3</span> (<span id="header-status">in development</span>) </h1> <span id="author-line">by <span id="author-name">Konrad Hinsen</span><br /></span> -<br />Usage: -<pre> -(ns your-namespace - (:require <span id="long-name">clojure.contrib.generic.math-functions</span>)) -</pre><pre> -</pre><h2>Overview</h2> +<br />Full namespace name: <span id="long-name">clojure.contrib.generic.math-functions</span> +<p></p> +<h2>Overview</h2> <pre id="namespace-docstr">Generic math function interface This library defines generic versions of common mathematical functions such as sqrt or sin as multimethods that can be |