Function practical_astronomy_rust::macros::parallax_dec
source · pub fn parallax_dec(
hh: f64,
hm: f64,
hs: f64,
dd: f64,
dm: f64,
ds: f64,
sw: String,
gp: f64,
ht: f64,
hp: f64
) -> f64
Expand description
Calculate corrected declination in decimal degrees.
Original macro name: ParallaxDec