Toggle navigation
fortran-stack/master_time
Contents
Source File
Modules
Procedures
Source File
Modules
Procedures
is_leap
Function
4 statements
Source File
master_time.f90
master_time_m
is_leap
Contents
None
public pure function is_leap(year)
Check if the year is a leap year
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
year
The year to check
Return Value
logical
Contents
None