Expand description
The persian calendar
Functionsยง
- arithmetic_
persian_ from_ fixed - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/main/calendar.l#L4857 Not used, but kept for comparative purposes
- fast_
persian_ from_ fixed - arithmetic_persian_from_fixed, modified to use the 33-year rule method
- fixed_
from_ arithmetic_ persian - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/main/calendar.l#L4803 Not used, but kept for comparative purposes
- fixed_
from_ fast_ persian - fixed_from_arithmetic_persian, modified to use the more correct 33-year rule
- is_
leap_ year - Calculated using the 33-year rule