From 78b132edfc56eff93162e9cd264396528dc6df2d Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Fri, 19 Feb 2010 11:26:52 -0800 Subject: Document the latest branches, et al., in clojure-contrib. Supporting docs currently missing. --- generic.math-functions-api.html | 51 +++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 22 deletions(-) (limited to 'generic.math-functions-api.html') diff --git a/generic.math-functions-api.html b/generic.math-functions-api.html index fda630d7..d945ec47 100644 --- a/generic.math-functions-api.html +++ b/generic.math-functions-api.html @@ -30,11 +30,17 @@ namespace.
@@ -92,7 +98,8 @@ namespace.
-

API for generic.math-functions

+

API for generic.math-functions + (master branch)

by Konrad Hinsen

Usage:
@@ -114,7 +121,7 @@ defined for any type.
Usage: (abs x)
 
Return the abs of x.
- Source + Source


@@ -123,7 +130,7 @@ defined for any type.
Usage: (acos x)
 
Return the acos of x.
- Source + Source


@@ -133,7 +140,7 @@ defined for any type.
Return true if the absolute value of the difference between x and y
 is less than eps.
- Source + Source


@@ -142,7 +149,7 @@ is less than eps.
Usage: (asin x)
 
Return the asin of x.
- Source + Source


@@ -151,7 +158,7 @@ is less than eps.
Usage: (atan x)
 
Return the atan of x.
- Source + Source


@@ -160,7 +167,7 @@ is less than eps.
Usage: (atan2 x y)
 
Return the atan2 of x and y.
- Source + Source


@@ -169,7 +176,7 @@ is less than eps.
Usage: (ceil x)
 
Return the ceil of x.
- Source + Source


@@ -178,7 +185,7 @@ is less than eps.
Usage: (conjugate x)
 
Return the conjugate of x.
- Source + Source


@@ -187,7 +194,7 @@ is less than eps.
Usage: (cos x)
 
Return the cos of x.
- Source + Source


@@ -196,7 +203,7 @@ is less than eps.
Usage: (exp x)
 
Return the exp of x.
- Source + Source


@@ -205,7 +212,7 @@ is less than eps.
Usage: (floor x)
 
Return the floor of x.
- Source + Source


@@ -214,7 +221,7 @@ is less than eps.
Usage: (log x)
 
Return the log of x.
- Source + Source


@@ -223,7 +230,7 @@ is less than eps.
Usage: (pow x y)
 
Return the pow of x and y.
- Source + Source


@@ -232,7 +239,7 @@ is less than eps.
Usage: (rint x)
 
Return the rint of x.
- Source + Source


@@ -241,7 +248,7 @@ is less than eps.
Usage: (round x)
 
Return the round of x.
- Source + Source


@@ -250,7 +257,7 @@ is less than eps.
Usage: (sgn x)
 
Return the sign of x (-1, 0, or 1).
- Source + Source


@@ -259,7 +266,7 @@ is less than eps.
Usage: (sin x)
 
Return the sin of x.
- Source + Source


@@ -268,7 +275,7 @@ is less than eps.
Usage: (sqr x)
 
Return the square of x.
- Source + Source


@@ -277,7 +284,7 @@ is less than eps.
Usage: (sqrt x)
 
Return the sqrt of x.
- Source + Source


@@ -286,7 +293,7 @@ is less than eps.
Usage: (tan x)
 
Return the tan of x.
- Source + Source
-- cgit v1.2.3-70-g09d2