Holidays related to Easter: Difference between revisions

m
No edit summary
m (→‎{{header|Wren}}: Minor tidy)
 
(One intermediate revision by one other user not shown)
Line 2,142:
=={{header|Fōrmulæ}}==
 
{{FormulaeEntry|page=https://formulae.org/?timeZone=UTC&script=examples/Holidays_related_to_Easter}}
 
'''Solution'''
 
This is a implementation of the [https://en.wikipedia.org/wiki/Date_of_Easter#Anonymous_Gregorian_algorithm "Meeus/Jones/Butcher" algorithm]:
 
[[File:Fōrmulæ - Holidays related to Easter 01.png]]
 
[[File:Fōrmulæ - Holidays related to Easter 02.png]]
 
'''Test cases'''
 
[[File:Fōrmulæ - Holidays related to Easter 03.png]]
 
[[File:Fōrmulæ - Holidays related to Easter 04.png]]
 
[[File:Fōrmulæ - Holidays related to Easter 05.png]]
 
[[File:Fōrmulæ - Holidays related to Easter 06.png]]
 
=={{header|FutureBasic}}==
Line 5,459 ⟶ 5,477:
{{libheader|Wren-fmt}}
{{libheader|Wren-iterate}}
<syntaxhighlight lang="ecmascriptwren">import "./date" for Date
import "./fmt" for Fmt
import "./iterate" for Stepped
 
var holidayOffsets = [
9,485

edits