Section15 | R Documentation |
Calculate the sidereal time (in degrees).
swe_sidtime(jd_ut)
jd_ut |
UT Julian day number as double (day) |
Determine the sidereal time.
swe_sidtime
returns the sidereal time as double (deg)
Section 15 in http://www.astro.com/swisseph/swephprg.htm. Remember that array indices start in R at 1, while in C they start at 0!
swe_sidtime(2451545)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.