Function: math-full-circle

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

Signature

(math-full-circle SYMB)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-ext.el.gz
(defun math-full-circle (symb)
  (math-mul 2 (math-half-circle symb)))