Function: solar-degrees-to-hours

solar-degrees-to-hours is a byte-compiled function defined in solar.el.gz.

Signature

(solar-degrees-to-hours DEGREES)

Documentation

Convert DEGREES to hours.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/solar.el.gz
(defsubst solar-degrees-to-hours (degrees)
  "Convert DEGREES to hours."
  (/ degrees 15.0))