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
Fixed bug where the FpF class was calculating incorrect results when peforming certain arithmetic (and when constructing), due to hard coded use of int32_t, where instead it should be using BaseClass (thanks TheZoq2 for finding this and sending in a MR). Added unit tests to prevent regresison.