(1<<64) can not be precisely represent by f64 in rust (in c, it is ok) #64399
Labels
C-bug
Category: This is a bug.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
(1<<64) == 18446744073709551616
, so IEEE754 can represent it use 64 or 32 float numberThe text was updated successfully, but these errors were encountered: