Functions | |
template<typename T> | |
int | ads::sign (const T x) |
This does what you think it does. The number type must be less than and greater than comparable. |
int ads::sign | ( | const T | x | ) | [inline] |
This does what you think it does. The number type must be less than and greater than comparable.
x | is a number. |
x
is positive, zero or negative.