(50G) Easter date +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (https://www.hpmuseum.org/forum/forum-10.html) +--- Forum: General Software Library (https://www.hpmuseum.org/forum/forum-13.html) +--- Thread: (50G) Easter date (/thread-23106.html) |
(50G) Easter date - Gil - 2025-02-09 01:53 PM According to algorithm given by Jean Meus in Astronomical Algorithms. RE: (50G) Easter date - 2old2randr - 2025-02-10 08:32 AM Here is an alternative implementation of the same algorithm. It runs almost three times as fast as yours because all intermediate results are left on the stack (hopefully, the comments help). Also, IDIV2 is really slow so only IP and FP are used. Cheers Sudhir Code: « |