Function: math-quarter-circle

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

Signature

(math-quarter-circle SYMB)

Source Code

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