is_positive(n)
Return true if the number n is greater than zero, otherwise return false.
true
n
false
Core Module Index | Contents