Function: calc-spn

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

Signature

(calc-spn ARG)

Documentation

Return scientific pitch notation corresponding to the expression on the stack.

Key Bindings

Source Code

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