v3.4
v3.4 brings a few but important changes since v3.3:
- Some modules have been reorganised (
dates
insidetimes
,precessions
insidecoordinates
) - The default precision of
Decimal
is now left unset (in the past, it was set to a way too high value of 30 – Decimal.js default is 20) - All Planet & Earth & Moon coordinates functions now accepts the
highPrecision
flag (default alwaystrue
) - Some fast algorithms were made even faster by avoiding an Decimal trigonometric and
.toNumber()
calls. - Many more benchmarks were added.
- Fixed the missing usage of the
highPrecision
flag left in v3.3