#include "std/config.H"Go to the source code of this file.
Defines | |
| #define | brcase break; case |
| #define | brdefault break; default |
| #define | PRINT_VAR(v) cerr << # v << " = '" << v << "'" << endl |
Functions | |
| template<class T> T | sqr (const T x) |
| template<class Type> Type | min (const Type a, const Type b) |
| template<class Type> Type | max (const Type a, const Type b) |
| template<class Type> void | swap (Type &a, Type &b) |
| template<class Type> Type | clamp (const Type a, const Type b, const Type c) |
| int | Sign (double a) |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
1.2.18