Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
:ihavenomouth: (inginsub@clubcyberia.co)'s status on Friday, 30-Aug-2024 11:48:09 JST:ihavenomouth: @pernia if you really want floating point, keep track of the exponent. you can also use fixed point: 16.16 (16 bit whole part, 16 bit fractional) is stored as dword:dword; in this case you'll need to shift the multiplication result 32 bits right