Function: math-known-num-integerp

math-known-num-integerp is an autoloaded and byte-compiled function defined in calc-arith.el.gz.

Signature

(math-known-num-integerp A)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-arith.el.gz
(defun math-known-num-integerp (a)
  (<= (math-possible-types a t) 3))