From 8b80c49a4eae83d09003fcbfbe78c261398fb287 Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Wed, 29 Jul 2009 13:27:32 -0700 Subject: Updated documentation for commit 18c485c58f02e47b42e68f9e0d6ffec249b019ba --- generic.math-functions-api.html | 42 ++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'generic.math-functions-api.html') diff --git a/generic.math-functions-api.html b/generic.math-functions-api.html index 199f7a6a..3998763c 100644 --- a/generic.math-functions-api.html +++ b/generic.math-functions-api.html @@ -34,7 +34,7 @@ namespace. API Index
Namespaces: @@ -121,7 +121,7 @@ defined for any type.
Usage: (abs x)
 
Return the abs of x.
- Source + Source

acos

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

approx=

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

asin

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

atan

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

atan2

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

ceil

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

conjugate

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

cos

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

exp

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

floor

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

log

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

pow

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

rint

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

round

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

sgn

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

sin

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

sqr

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

sqrt

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

tan

@@ -274,7 +274,7 @@ is less than eps.
Usage: (tan x)
 
Return the tan of x.
- Source + Source
-- cgit v1.2.3-18-g5258