Author: Derick Rethans
Date: 2006-05-29 13:52:46 +0200 (Mon, 29 May 2006)
New Revision: 2954

Log:
- Fixed math section.

Added:
   trunk/Template/docs/functions/math_toc.txt
Modified:
   trunk/Template/docs/functions.txt
   trunk/Template/docs/functions/math.txt

Modified: trunk/Template/docs/functions/math.txt
===================================================================
--- trunk/Template/docs/functions/math.txt      2006-05-29 11:49:45 UTC (rev 
2953)
+++ trunk/Template/docs/functions/math.txt      2006-05-29 11:52:46 UTC (rev 
2954)
@@ -1,30 +1,7 @@
 Math
 ====
 
-* int math_max_ ( *$val1* , *$val2* [, ...] )
-* int math_min_ ( float *$val1* , float *$val2* [, ...] )
-* float math_abs_ ( float *$val* )
-* int math_ceil_ ( float *$val* )
-* int math_floor_ ( float *$val* )
-* int math_round_ ( float *$val* )
-* float math_sqrt_ ( float *$val* )
-* float math_exp_ ( float *$val* )
-* int math_pow_ ( int *$base*, int *$exp*  )
-* float math_log_ ( int *$arg*, int *$base*  )
-* float math_log10_ ( int *$arg* )
-* float math_float_mod_ ( float *$x*, float *$y* )
-* int math_rand_ ( int *$min*, int *$max* )
-* bool math_is_finite_ ( *$val* )
-* bool math_is_infinite_ ( *$val* )
-* int math_bin_to_dec_ ( string *$str* )
-* string math_dec_to_bin_ ( int *$val* )
-* int math_hex_to_dec_ ( string *$str* )
-* string math_dec_to_hex_ ( int *$val* )
-* int math_oct_to_dec_ ( string *$str* )
-* string math_dec_to_oct_ ( int *$val* )
 
-
-
 int _`math_max` ( float *$val1* , float *$val2* [, ...] )
 `````````````````````````````````````````````````````````
 Returns the maximum number of the given values:: 

Added: trunk/Template/docs/functions/math_toc.txt
===================================================================
--- trunk/Template/docs/functions/math_toc.txt  2006-05-29 11:49:45 UTC (rev 
2953)
+++ trunk/Template/docs/functions/math_toc.txt  2006-05-29 11:52:46 UTC (rev 
2954)
@@ -0,0 +1,24 @@
+Math functions
+==============
+
+* float math_abs_ ( float *$val* )
+* int math_bin_to_dec_ ( string *$str* )
+* int math_ceil_ ( float *$val* )
+* string math_dec_to_bin_ ( int *$val* )
+* string math_dec_to_hex_ ( int *$val* )
+* string math_dec_to_oct_ ( int *$val* )
+* float math_exp_ ( float *$val* )
+* float math_float_mod_ ( float *$x*, float *$y* )
+* int math_floor_ ( float *$val* )
+* int math_hex_to_dec_ ( string *$str* )
+* bool math_is_finite_ ( *$val* )
+* bool math_is_infinite_ ( *$val* )
+* float math_log10_ ( int *$arg* )
+* float math_log_ ( int *$arg*, int *$base*  )
+* int math_max_ ( *$val1* , *$val2* [, ...] )
+* int math_min_ ( float *$val1* , float *$val2* [, ...] )
+* int math_oct_to_dec_ ( string *$str* )
+* int math_pow_ ( int *$base*, int *$exp*  )
+* int math_rand_ ( int *$min*, int *$max* )
+* int math_round_ ( float *$val* )
+* float math_sqrt_ ( float *$val* )


Property changes on: trunk/Template/docs/functions/math_toc.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: trunk/Template/docs/functions.txt
===================================================================
--- trunk/Template/docs/functions.txt   2006-05-29 11:49:45 UTC (rev 2953)
+++ trunk/Template/docs/functions.txt   2006-05-29 11:52:46 UTC (rev 2954)
@@ -1,12 +1,15 @@
 Table of Contents
 =================
 
+- `Math functions`_
 - `String functions`_
 - `Type functions`_
 
+.. include:: functions/math_toc.txt
 .. include:: functions/string_toc.txt
 .. include:: functions/type_toc.txt
 
+.. include:: functions/math.txt
 .. include:: functions/string.txt
 .. include:: functions/type.txt
 

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to