You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is obviously a minor nitpick, but shouldn't 1.5 in 32-bit fixed point representation be 0x00018000 = 98304 instead of 98303? A quick check confirms that 98304 / (1 << 16) is exactly 1.5.
The text was updated successfully, but these errors were encountered:
This is obviously a minor nitpick, but shouldn't 1.5 in 32-bit fixed point representation be 0x00018000 = 98304 instead of 98303? A quick check confirms that 98304 / (1 << 16) is exactly 1.5.
The text was updated successfully, but these errors were encountered: