is_leap Function

public pure function is_leap(year)

Check if the year is a leap year

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: year

The year to check

Return Value logical


Contents

None