comparison lisp/calendar/solar.el @ 13668:cd9e2bb3e7fe

(solar-longitude): Doc fix.
author Paul Eggert <eggert@twinsun.com>
date Thu, 30 Nov 1995 03:25:04 +0000
parents 2779e3cf6cfa
children 6896ecdd9378
comparison
equal deleted inserted replaced
13667:fbf777f663d3 13668:cd9e2bb3e7fe
380 (setq end-long long))) 380 (setq end-long long)))
381 (/ (+ start end) 2.0))) 381 (/ (+ start end) 2.0)))
382 382
383 (defun solar-longitude (d) 383 (defun solar-longitude (d)
384 "Longitude of sun on astronomical (Julian) day number D. 384 "Longitude of sun on astronomical (Julian) day number D.
385 Accurary is about 0.01 degree (about 365.25*24*60*0.01/360 = 15 minutes). 385 Accuracy is about 0.01 degree (about 365.25*24*60*0.01/360 = 15 minutes).
386 386
387 The values of calendar-daylight-savings-starts, 387 The values of calendar-daylight-savings-starts,
388 calendar-daylight-savings-starts-time, calendar-daylight-savings-ends, 388 calendar-daylight-savings-starts-time, calendar-daylight-savings-ends,
389 calendar-daylight-savings-ends-time, calendar-daylight-time-offset, and 389 calendar-daylight-savings-ends-time, calendar-daylight-time-offset, and
390 calendar-time-zone are used to interpret local time." 390 calendar-time-zone are used to interpret local time."