mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 22:43:25 -04:00
npm version 1.1.2 - Improved Pluto calculation.
The minimized code astronomy.min.js is now significantly smaller because it uses a completely new algorithm for calculating the position of Pluto. Instead of using TOP2013 formulas directly, it simulates the gravitational forces on Pluto between 40 precalculated checkpoints spread over a 4000 year range.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "astronomy-engine",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "Astronomy calculation for Sun, Moon, and planets.",
|
||||
"main": "astronomy.js",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user