Sign

Revision as of 05:35, 14 February 2009 by Lchrisman (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sign(x)

New to Analytica 4.2

The sign of a number.

Returns:

  • -1 when x<0
  • 0 when x=0
  • 1 when x>0
  • NaN when x is NaN (with Warning)
Comments


You are not allowed to post comments.