Function: math-complexp

math-complexp is a byte-compiled function defined in calc-ext.el.gz.

Signature

(math-complexp A)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-ext.el.gz
;;; True if A is a non-real, complex number.  [P x] [Public]
(defun math-complexp (a)
  (memq (car-safe a) '(cplx polar)))