khayyam
khayyam copied to clipboard
Wrong Leap Year Output for 1403
1403 is a leap year, but the library fails to recongnize it as a leap year:
In [1]: from khayyam.algorithms_pure import is_jalali_leap_year
In [2]: is_jalali_leap_year(1403)
Out[2]: False