Contains the sign function. More...
#include "../defs.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
int | sign (const T x) |
This does what you think it does. The number type must be less than and greater than comparable. |
Contains the sign function.