Expand description
The Persian calendar
Constantsยง
- FIXED_
PERSIAN_ ๐EPOCH - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/main/calendar.l#L4720
- MIN_
NON_ ๐LEAP_ CORRECTION - NON_
LEAP_ ๐CORRECTION
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
- arithmetic_
persian_ ๐year_ from_ fixed - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/main/calendar.l#L4829 Not used, but kept for comparative purposes
- fast_
persian_ from_ fixed arithmetic_persian_from_fixed, modified to use the 33-year rule method- fast_
persian_ ๐year_ from_ fixed arithmetic_persian_year_from_fixedmodified for the 33-year rule- 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_
arithmetic_ ๐leap_ year - Lisp code reference: https://github.com/EdReingold/calendar-code2/blob/main/calendar.l#L4789 Not used, but kept for comparative purposes
- is_
leap_ year - Calculated using the 33-year rule