minusp (minusp number) Returns t if number is strictly less than zero, else nil. It works for any real numeric type. Run(minusp -3) ; => t