Computes Catholic Easter Sunday date and other Christian feasts
Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
This little function computes the date of Easter Sunday for present year or specific years, using Oudin's algorithm. It works for the entire Julian calendar (starting 325 AD) and Gregorian calendar (after 1583 AD). An option allows to use the Western Orthodox Church calendar instead of the default Catholic Church.
Easter day is useful to calculate other Christian feasts, like Ash Wednesday (Easter - 46), Good Friday (Easter - 2), Ascension Thursday (Easter + 39), Pentecost (Easter + 49). The function might recognise most of the Christian days related to Easter.
Examples:
>> computus
Sunday 21 April 2019
>> computus(2024)
Sunday 31 March 2024
>> computus ash
Wednesday 06 March 2019
>> computus(2020:2022,'ascension')
Thursday 21 May 2020
Thursday 13 May 2021
Thursday 26 May 2022
See help for syntax, and details.
Cita come
François Beauducel (2026). computus (https://github.com/beaudu/computus/releases/tag/v1.2), GitHub. Recuperato .
Informazioni generali
- Versione 1.2 (3,62 KB)
-
Visualizza la licenza su GitHub
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.2 | See release notes for this release on GitHub: https://github.com/beaudu/computus/releases/tag/v1.2 |
||
| 1.1.0.1 | connect to github |
||
| 1.1.0.0 | adds main Christian dates as input argument. |
||
| 1.0.0.0 |
