(Last Changed on April
28,
2014 for git-revision d27cd7ffa84f774b989f6e4203ae99e5ea31eee4.)
Description not yet available.
More...
Go to the source code of this file.
|
double | max (const double u, const double v) |
| Description not yet available. More...
|
|
unsigned long | max (unsigned long u, unsigned long v) |
| Description not yet available. More...
|
|
double | min (const double u, const double v) |
| Description not yet available. More...
|
|
unsigned long | min (unsigned long u, unsigned long v) |
| Description not yet available. More...
|
|
Description not yet available.
Definition in file maxmin.cpp.
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.