is_leap_year Function

public pure function is_leap_year(year)

returns if a function is a Gregorian leap year

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: year

Return Value logical