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. | |
| int 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.
1.6.3