Function: math-known-nonposp
math-known-nonposp is an autoloaded and byte-compiled function defined
in calc-arith.el.gz.
Signature
(math-known-nonposp A)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-arith.el.gz
;;; Try to prove that A is real and nonpositive.
(defun math-known-nonposp (a)
(memq (math-possible-signs a) '(1 2 3)))