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
Primitive floats types have a to_bits method that is however not implemented by the Float trait.
The one difficulty is that, in the standard implementations, the number of bits of the output differs from one type to another (32 for f32 and 64 for f64).
The text was updated successfully, but these errors were encountered:
Primitive floats types have a to_bits method that is however not implemented by the Float trait.
The one difficulty is that, in the standard implementations, the number of bits of the output differs from one type to another (32 for f32 and 64 for f64).
The text was updated successfully, but these errors were encountered: