http://vzwveldr7djnlpg7ujslaqre632htbl3unkmfbltpgumevw63jn47dad.onion/doc/ckout/assets/developer-notes/stephanie-gawroriski/2015/08/21.mkd
My tokenizer is not putting
the x in 0x or 0X for the token. 17:30 The input value 0xDE.EADP+17 should result in plainly: 29218208, however my
decoder gets 22291723632812500000. 17:37 Ok my guess is 222.917236328125E+17, which is actually correct sort of. 0x0.EADP+0 = 0.917236328125
0xDE.EADP+0 = 222.917236328125
0xDE.EADP+17 = 29218208 At the magnitude of zero my value is correct, but with 17 mine is really
wrong. 17:41 Ah yes, the magnitude of hexfloats...