fl_is_zero/negative/positive


fl_is_zero(fl)
fl_is_negative(fl)
fl_is_positive(fl)
      

Return true if the flonum fl is zero/greater-than-zero/less-than-zero, return false otherwise.

Also see:

fl_is_finite
fl_is_even/odd


Core Module Index | Contents