Talk:Addition-chain exponentiation: Difference between revisions

Line 100:
::::: btw, I get an error from your python program: <lang python> File "<stdin>", line 17
print chain(23)</lang> but I should have a chance to sit down and work out something soon. --[[User:Rdm|Rdm]] 20:52, 27 August 2011 (UTC)
::::: Never seen that error before. Blame windows. Anyway, output is<lang>[(23, 13, 10, 5, 3, 2, 1), (23, 14, 9, 5, 4, 2, 1),
(23, 18, 9, 5, 4, 2, 1), (23, 20, 10, 5, 3, 2, 1)]</lang> --[[User:Ledrug|Ledrug]] 21:11, 27 August 2011 (UTC)
Anonymous user