astro-rust icon indicating copy to clipboard operation
astro-rust copied to clipboard

dec_frm_hz() incorrect

Open smroid opened this issue 1 year ago • 0 comments

Correct impl is:

( observer_lat.sin() * alt.sin() - observer_lat.cos() * alt.cos() * az.cos() ).asin()

smroid avatar Mar 09 '24 17:03 smroid