Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
pistolero (p@fsebugoutzone.org)'s status on Wednesday, 04-Sep-2024 04:55:41 JST pistolero
@pernia @Inginsub @qint
> when i have a different word for fractional and whole parts,
No, that is your problem. It's fixed-point and you confuse fixed-point and floating-point. What you want to do is multiply 0xNNNN by 0xMMMM. You get 0xWWXXYYZZ, and the W is overflow, the Z is roundoff, your answer is 0xXXYY.
> maybe i'm not being clear: i'm not allowed to.
Well then why are you talking about it?