Changes

no edit summary
Line 6: Line 6:  
*The result is TRUE when the n value is a perfect number otherwise the result is FALSE.
 
*The result is TRUE when the n value is a perfect number otherwise the result is FALSE.
 
*The argument can be blank, or it can contain data such as text, numbers, error values,  logical values or any equations.
 
*The argument can be blank, or it can contain data such as text, numbers, error values,  logical values or any equations.
 +
 +
==Examples==
 +
#=ISPERFECTNUMBER (496) = true
 +
#=ISPERFECTNUMBER (5) = false
 +
#=ISPERFECTNUMBER (0) = false
 +
#=ISPERFECTNUMBER (-6) = false
 +
#=ISPERFECTNUMBER (6) = true
 +
#=ISPERFECTNUMBER (500) = false
3,314

edits