Manuals/calci/POSITIVE

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


  • is any real number.

Description

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


Examples

  1. =POSITIVE(66) = true
  2. =POSITIVE(-2/3) = false
  3. =POSITIVE(0) = false
  4. =POSITIVE(6.668) = true

Related Videos

SIGN

See Also

References