Skip to main content

is_julian_leap

Function is_julian_leap 

Source
pub fn is_julian_leap(year: i64) -> bool
Expand description

True if year is a leap year in the proleptic Julian calendar (every 4th year, no century exception).