Returns a Boolean value for whether the given year is a leap year.
isleapyear( year )
year: (Integer) The year to test whether or not it qualifies as a leap year.
Boolean
You can experiment with this function in the test box below.
Test Input
isleapyear(1996)
returns True