Magic squares of doubly even order: Difference between revisions

Line 53:
set maybePowerOfTwo to asPowerOfTwo(sqr)
if maybePowerOfTwo is not missing value then
-- For integer powers of 2, the (append not) 'magic' series directly
-- yields the truth table that we need
set truthSeries to magicSeries(maybePowerOfTwo)
Line 337:
| 8 || 58 || 59 || 5 || 61 || 3 || 2 || 64
|}
 
 
=={{header|C++}}==
9,659

edits