API for generic.math-functions - clojure-contrib v1.3 (in development)

by Konrad Hinsen

Full namespace name: clojure.contrib.generic.math-functions

Overview

Generic math function interface
This library defines generic versions of common mathematical
functions such as sqrt or sin as multimethods that can be
defined for any type.

Public Variables and Functions



approx=

function
Usage: (approx= x y eps)
Return true if the absolute value of the difference between x and y
is less than eps.
Source
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.