Comment on Wolfenstein 1DparentComments−jgeralnik15yUnless you just use the first two digits as sign bits - if num would encode to (x,y) then instead you have 00num = (x,y), 01num = (x,-y), 10num = (-x,y), 11num = (-x, -y)
Comments
Unless you just use the first two digits as sign bits - if num would encode to (x,y) then instead you have 00num = (x,y), 01num = (x,-y), 10num = (-x,y), 11num = (-x, -y)