PLUSP

test whether a number is positive
Major Section:  PROGRAMMING

(Plusp x) is true if and only if x > 0.

The guard of plusp requires its argument to be a rational (real, in ACL2(r)) number.

Plusp is a Common Lisp function. See any Common Lisp documentation for more information.