khayyam icon indicating copy to clipboard operation
khayyam copied to clipboard

Wrong Leap Year Output for 1403

Open mtp1376 opened this issue 11 months ago • 0 comments

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

mtp1376 avatar Mar 14 '24 12:03 mtp1376