is_negative


is_negative(n)
      

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

Also see:

is_positive
is_zero


Core Module Index | Contents