Changes

Jump to navigation Jump to search
no edit summary
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'.  
     
writer
6,694

edits

Navigation menu