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
Hi, I was experimenting with bitwise operations but quickly ran into a problem.
The numbers are implemented as Rust's f64, which causes conversion performed on large numbers to give surprising results.
For example:
X ← °⋯[⍥1 64]
X # Expected: 18446744073709551615
⋯X # Expected: 64 1s
⧻. # Expected: 64
Hi, I was experimenting with bitwise operations but quickly ran into a problem.
The numbers are implemented as Rust's
f64
, which causes conversion performed on large numbers to give surprising results.For example:
The text was updated successfully, but these errors were encountered: