Function: math-polar-complexp

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

Signature

(math-polar-complexp A)

Source Code

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