Manuals/calci/NONZERO

From ZCubes Wiki
Revision as of 06:25, 8 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''NONZERO(Value)'''</div><br/> *<math>Value</math> is any real number. ==Description== *This function checks if the given number is non-zero or n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
NONZERO(Value)


  • is any real number.

Description

  • This function checks if the given number is non-zero or not.
  • Suppose the is zero, then this function returns 'false'.
  • If is a non-zero, then this function returns 'true'.


Examples

  1. =NONZERO(86) = true
  2. =NONZERO(-44) = true
  3. =NONZERO(0) = false
  4. =NONZERO(3/4) = true

Related Videos

SIGN

See Also

References