Note: | SIGN is discontinuous. Use this function with care |
x1 | Any valid expression that evaluates to a real number. |
x2 | Any valid expression that evaluates to a real number. |
Function | SIGN(9.6, 4.5) |
Result | 9.6 |
Function | SIGN(-4.7, 1.2) |
Result | 4.7 |
Function | SIGN(5.3, -6.5) |
Result | -5.3 |
Function | SIGN(-2.5, - 5.2) |
Result | -2.5 |