Conversation
Notices
-
@Inginsub aren't we losing information by throwing out the last dword? or do we just not care about that kind of precision?
when would we have to start shifting?
and yea now that you mention it, turning that number into a decimal number in ascii might be another issue
-
@pernia it's fixed point, we have 16 fractional bits. the result has 32 fractonal bits, you only need the upper half. you can do the same with 8 or 32, just don't forget to shift the result appropriately. also it's binary, not decimal, don't forget that if you need output