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
Currently, with a FixedPoint, one can divide a number that is either a float or an int. Under the hood, this float or int gets converted to a Fixed and mul is applied. A way to do enable this is to do the following:
Open a FixedPoint
Use the result of that opening to then call div
The text was updated successfully, but these errors were encountered:
Currently, with a FixedPoint, one can divide a number that is either a float or an int. Under the hood, this float or int gets converted to a Fixed and mul is applied. A way to do enable this is to do the following:
The text was updated successfully, but these errors were encountered: