Home / Search/ Language Reference/ Functions/ Scalar Functions/ Mathematical Functions/sign

sign

The sign function returns the sign of a numeric expression.

Syntax

    sign( X )

Arguments

  • X: A real number.

Results

The positive (+1) zero (0) or negative (-1) sign of the specified expression.