Calendar.isLeapYear( int year ) Gives wether the `year` is a leap year or not. @param int year year to be checked if it is a leap @return bool Calendar.isLeapYear.return 1 if true 0 if false
@author mathphysicscomputer @authorEmail math.physics.computer@gmail.com