Skip to content

Commit

Permalink
Add code voice
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooth committed Nov 15, 2023
1 parent fc5bcf2 commit 1ca03b1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,19 +71,19 @@ The following table summarizes the arithmetic limits for Julian day number calcu

| Calendar | Minimum JDN | Maximum JDN |
| --- | --- | --- |
| Armenian | Int.min + 341 | Int.max - 317 |
| Baháʼí | Int.min + 56457 | 2305795661307959248 |
| Coptic | Int.min + 384 | 2305843009213693827 |
| Egyptian | Int.min + 611 | Int.max - 47 |
| Ethiopian | Int.min + 384 | 2305843009213693827 |
| French Republican | Int.min + 56759 | 2305795661307960548 |
| Gregorian | Int.min + 56457 | 2305795661307959247 |
| Hebrew | Int.min + 106960181 | 355839970905570 |
| Islamic | Int.min + 325 | 307445734561818195 |
| Julian | Int.min + 144 | 2305843009213692550 |
| Khwarizmian | Int.min + 341 | Int.max - 317 |
| Maya Long Count | Int.min + 584291 | Int.max |
| Śaka | Int.min + 56457 | 2305795661307959298 |
| Armenian | `Int.min` + 341 | `Int.max` - 317 |
| Baháʼí | `Int.min` + 56457 | 2305795661307959248 |
| Coptic | `Int.min` + 384 | 2305843009213693827 |
| Egyptian | `Int.min` + 611 | `Int.max` - 47 |
| Ethiopian | `Int.min` + 384 | 2305843009213693827 |
| French Republican | `Int.min` + 56759 | 2305795661307960548 |
| Gregorian | `Int.min` + 56457 | 2305795661307959247 |
| Hebrew | `Int.min` + 106960181 | 355839970905570 |
| Islamic | `Int.min` + 325 | 307445734561818195 |
| Julian | `Int.min` + 144 | 2305843009213692550 |
| Khwarizmian | `Int.min` + 341 | `Int.max` - 317 |
| Maya Long Count | `Int.min` + 584291 | `Int.max` |
| Śaka | `Int.min` + 56457 | 2305795661307959298 |

## License

Expand Down

0 comments on commit 1ca03b1

Please sign in to comment.