pub fn full_moon(ds: i32, zc: i32, dy: f64, mn: u32, yr: u32) -> f64
Expand description

Calculate Julian date of Full Moon.

Original macro name: FullMoon

§Arguments

  • ds – Daylight Savings offset
  • zc – Time zone correction, in hours
  • dy – Local date, day part
  • mn – Local date, month part
  • yr – Local date, year part