Talk:Zeckendorf arithmetic

From Rosetta Code
Revision as of 22:34, 21 August 2018 by Petelomax (talk | contribs)

Spelling should be "arithmetic".

Got it. --Mwn3d 14:45, 29 October 2012 (UTC)

Perl 6 error

I get 10100 + 1010 = 101000, aka 11 + 7 = 18 which contradicts the Perl 6 output of 10100 +z 1010 = 100101 # addition.

In turn the next line is 100101 -z 100 = 100010 # subtraction, which I read as 17-3 = 15. Pete Lomax (talk) 22:32, 21 August 2018 (UTC)