Function: math-rect-complexp
math-rect-complexp is a byte-compiled function defined in
calc-ext.el.gz.
Signature
(math-rect-complexp A)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-ext.el.gz
;;; True if A is a non-real, rectangular complex number. [P x] [Public]
(defun math-rect-complexp (a)
(eq (car-safe a) 'cplx))