mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-04-04 14:55:38 -04:00
Generate C iau2000b data from file.
This commit is contained in:
@@ -320,6 +320,7 @@ class _iau2000b:
|
||||
dp = 0
|
||||
de = 0
|
||||
|
||||
|
||||
sarg = math.sin(om)
|
||||
carg = math.cos(om)
|
||||
dp += (-172064161.0 - 174666.0*t)*sarg + 33386.0*carg
|
||||
|
||||
Reference in New Issue
Block a user