====== SGN() ====== Syntax: sgn() The ''SGN()'' function returns the sign of a numerical argument as follows: ^Argument^Result^ |negative value|-1| |zero|0| |positive value (excluding zero)| 1|