# HG changeset patch # User Paul Eggert # Date 744956057 0 # Node ID 362a75ca07d9b3fc0ced4bfb51f77bf65dd656ef # Parent c8f5e05c332e7cf917c5cfbfe6506e99f9911ada solar-mod -> mod diff -r c8f5e05c332e -r 362a75ca07d9 lisp/calendar/lunar.el --- a/lisp/calendar/lunar.el Tue Aug 10 04:14:17 1993 +0000 +++ b/lisp/calendar/lunar.el Tue Aug 10 04:14:17 1993 +0000 @@ -96,19 +96,19 @@ (solar-sin-degrees (+ 166.56 (* 132.87 time) (* -0.009173 time time)))))) - (sun-anomaly (solar-mod + (sun-anomaly (mod (+ 359.2242 (* 29.105356 index) (* -0.0000333 time time) (* -0.00000347 time time time)) 360.0)) - (moon-anomaly (solar-mod + (moon-anomaly (mod (+ 306.0253 (* 385.81691806 index) (* 0.0107306 time time) (* 0.00001236 time time time)) 360.0)) - (moon-lat (solar-mod + (moon-lat (mod (+ 21.2964 (* 390.67050646 index) (* -0.0016528 time time)