 |
Is there a standard sign function (signum, sgn) in C/C++? - Stack Overflow
I want a function that returns -1 for negative numbers and +1 for positive numbers. http://en.wikipedia.org/wiki/Sign%5Ffunction It's easy enough to write my own, but it seems like ...
stackoverflow.com |
 |