Talk:Amycus
Jump to navigation
Jump to search
The stuff about incrementing and decrementing lists near the end look like not quite correct to me. I even tried making in Haskell to see if it work, and indeed it doesn't work. Shouldn't the successor of <0:<e:m>> being <1:<e-1:m>> instead? By examing the bit patterns and also by use of algebra, it can work: 20(2(2e(2m+1))+1) = 2e+1(2m+1)+1 and 21(2(2e-1(2m+1))+1) = 4(2e-1(2m+1))+2 = 2e+1(2m+1)+2 --Zzo38 (talk) 20:57, 14 September 2018 (UTC)