Difference between revisions of "Manuals/calci/POSITIVE"

From ZCubes Wiki
Jump to navigation Jump to search
(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 ...")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
==Description==
 
==Description==
*This function checks if the given number is positive or not.
+
*This function checks if the given number is positive or not.
 +
*Positive number is the real number which is greater than zero.
 +
*These numbers are denoted with the symbol "+".
 +
*The numbers which do not have any symbols either "+" or "-" also positive numbers.
 +
*If the given value is the positive number then will return the result as TRUE otherwise FALSE.
 
*Suppose the <math>Value</math> is non-negative ,then this function returns 'true'.
 
*Suppose the <math>Value</math> is non-negative ,then this function returns 'true'.
*If <math>Value</math> is a negative number ,then this function returns 'false'.
+
*If <math>Value</math> is a negative number ,then this function returns 'false'.  
  
  
Line 16: Line 20:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|CDYIHcvpEIU|280|center|SIGN}}
+
{{#ev:youtube|v=LRslMYcSYPA|280|center|POSITIVE}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:25, 21 November 2018

POSITIVE(Value)


  • is any real number.

Description

  • This function checks if the given number is positive or not.
  • Positive number is the real number which is greater than zero.
  • These numbers are denoted with the symbol "+".
  • The numbers which do not have any symbols either "+" or "-" also positive numbers.
  • If the given value is the positive number then will return the result as TRUE otherwise FALSE.
  • 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

POSITIVE

See Also

References