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
/// medium range, medium precision fixed point value between -32000 and +32000, with a precision of roughly 0.000015pubconst i32p64 = FixedPoint(32,65536);
The text was updated successfully, but these errors were encountered:
shouldn't this be i32p16?
The text was updated successfully, but these errors were encountered: