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
You can't actually use F64 as a field because it doesn't implement From<isize>..
More generally it is really hard to use ApproxFloats since you'll have to implement Float. At that point maybe this library should offer an example on appropiate ApproxFloats types.
The text was updated successfully, but these errors were encountered:
You can't actually use F64 as a field because it doesn't implement
From<isize>
..More generally it is really hard to use ApproxFloats since you'll have to implement Float. At that point maybe this library should offer an example on appropiate ApproxFloats types.
The text was updated successfully, but these errors were encountered: