Variable: calc-complex-format

calc-complex-format is a variable defined in calc.el.gz.

Value

nil

Documentation

Format to use for display of complex numbers in calc-mode. Must be one of:
  nil Use (x, y) form.
  i Use x + yi form.
  j Use x + yj form.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcalcmodevar calc-complex-format nil
  "Format to use for display of complex numbers in calc-mode.  Must be one of:
  nil            Use (x, y) form.
  i              Use x + yi form.
  j              Use x + yj form.")