Function: calc-freq

calc-freq is an autoloaded, interactive and byte-compiled function defined in calc-units.el.gz.

Signature

(calc-freq ARG)

Documentation

Return the frequency corresponding to the expression on the stack.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defun calc-freq (arg)
  "Return the frequency corresponding to the expression on the stack."
  (interactive "P")
  (calc-slow-wrapper
   (calc-unary-op "freq" 'calcFunc-freq arg)))