(* $Id$)
Description not yet available.
More...
Go to the source code of this file.
Functions |
double | max (const double u, const double v) |
| Description not yet available.
|
unsigned long | max (unsigned long u, unsigned long v) |
| Description not yet available.
|
double | min (const double u, const double v) |
| Description not yet available.
|
unsigned long | min (unsigned long u, unsigned long v) |
| Description not yet available.
|
Detailed Description
Description not yet available.
Definition in file maxmin.cpp.
Function Documentation
double max |
( |
const double |
u, |
|
|
const double |
v |
|
) |
| |
Description not yet available.
- Parameters:
-
Definition at line 17 of file maxmin.cpp.
unsigned long max |
( |
unsigned long |
u, |
|
|
unsigned long |
v |
|
) |
| |
Description not yet available.
- Parameters:
-
Definition at line 35 of file maxmin.cpp.
double min |
( |
const double |
u, |
|
|
const double |
v |
|
) |
| |
Description not yet available.
- Parameters:
-
Definition at line 26 of file maxmin.cpp.
unsigned long min |
( |
unsigned long |
u, |
|
|
unsigned long |
v |
|
) |
| |
Description not yet available.
- Parameters:
-
Definition at line 44 of file maxmin.cpp.