Main Page   File List   File Members  

define.h File Reference

testing defines. More...

Go to the source code of this file.

Defines

#define ABS(x)   (((x)>0)?(x):-(x))
#define MAX(x, y)   ((x)>(y)?(x):(y))
#define MIN(x, y)   ((x)>(y)?(y):(x)) /*!< Computes the minimum of \a x and \a y. */


Detailed Description

testing defines.

This is to test the documentation of defines.


Define Documentation

#define ABS      (((x)>0)?(x):-(x))
 

Computes the absolute value of its argument x.

#define MAX x,
     ((x)>(y)?(x):(y))
 

Computes the maximum of x and y.


Generated on Tue Apr 16 15:33:28 2002 for Define Command by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002