-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v18.1.0 update to resolve imprecision through logical OR method
27 cases of x = (n | 0) replaced with x = Math.trunc(n) rsolving in 64bit int rather than 32bit version.
- Loading branch information
1 parent
7b908ab
commit 6c9f00d
Showing
3 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@tsastro/tsofa", | ||
"version": "18.0.0", | ||
"version": "18.1.0", | ||
"type": "module", | ||
"description": "a typescript transcription of the IAU SOFA library", | ||
"author": "Paul Harrison <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters