Function: math-spn-to-freq

math-spn-to-freq is a byte-compiled function defined in calc-units.el.gz.

Signature

(math-spn-to-freq SPN)

Documentation

Return the frequency of the note with scientific pitch notation SPN.

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-units.el.gz
(defun math-spn-to-freq (spn)
  "Return the frequency of the note with scientific pitch notation SPN."
  (math-midi-to-freq (math-spn-to-midi spn)))