next up previous contents index
Next: Arithmetic Functions Up: Scalar Functions Previous: Comparison Functions

Predicates

plusp(v) {a tex2html_wrap_inline9924 bool :: (a in number)}
  Returns t if v is strictly greater than 0.

minusp(v) {a tex2html_wrap_inline9926 bool :: (a in number)}
  Returns t if v is strictly less than 0.

zerop(v) {a tex2html_wrap_inline9928 bool :: (a in number)}
  Returns t if v is equal to 0.

oddp(v) {int tex2html_wrap_inline9930 bool}
  Returns t if v is odd (not divisible by two).

evenp(v) {int tex2html_wrap_inline9932 bool}
  Returns t if v is even (divisible by two).



Jonathan Hardwick
Tue Nov 28 13:57:00 EST 1995