Files
astronomy/source/js
Don Cross d01ac8e150 Fixed #13 - Eliminate use of Julian Dates.
Now the JavaScript code uses UT and TT values expressed
in days since 2000, instead of Julian Dates.
This makes the numeric values much smaller and thus
should yield less floating point error when time solvers
are added later.
2019-04-15 10:47:00 -04:00
..

Astronomy for JavaScript

This JavaScript module can be used on web pages or in Node.js applications. It is self-contained: no external dependencies!