- f
- the value whose signum has to be computed.
Documentation for this section has not yet been entered.
Returns the signum function of the argument. If the argument is less than zero, it returns -1.0. If the argument is greater than zero, 1.0 is returned. If the argument is either positive or negative zero, the argument is returned as result.
Special cases: