diff options
author | Glenn Morris <rgm@gnu.org> | 2015-05-17 23:02:10 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-05-17 23:02:10 -0700 |
commit | 8ae43eec7d49f468411bd1aea285be1d3ed0aa4a (patch) | |
tree | 2f06d2223bdc0a986a9ff600acab117712448feb /lisp/calendar/solar.el | |
parent | e260a059d0dd4e3dccbe8e8307e6f22cb1934579 (diff) | |
download | emacs-8ae43eec7d49f468411bd1aea285be1d3ed0aa4a.tar.gz |
* lisp/calendar/solar.el (solar-ecliptic-coordinates): Use float-pi.
Diffstat (limited to 'lisp/calendar/solar.el')
-rw-r--r-- | lisp/calendar/solar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index 25a24eeffeb..a2f9d58585a 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el @@ -346,7 +346,7 @@ If SUNRISE-FLAG is non-nil, only calculate longitude and inclination." (solar-cosine-degrees (* 2 l))) (* -0.5 y y (solar-sin-degrees (* 4 l))) (* -1.25 ecc ecc (solar-sin-degrees (* 2 m))))) - 3.1415926535)))) + float-pi)))) (list app i time-eq nut))) (defun solar-ephemeris-correction (year) |