is_positive


is_positive(n)
      

Return true if the number n is greater than zero, otherwise return false.

Also see:

is_negative
is_zero


Core Module Index | Contents