-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toBinaryString returns 0s #13
Comments
Tried
The bug is in the konversion of |
Hi Róbert, thanks for opening the issue and suggesting the fix, I quickly applied it and it worked. I'll review all the other call and problems you mentioned with calm. Btw, push request are welcome for the next time if you want to do it directly. Shall I publish a release for this fix? |
The other issues are not really issues, I was just looking to work around this bug. No need to push any quick, I decided to just go with |
Added A little late but better than never :p |
Code:
println((-71777214294589696L).toBinaryString())
Output:
0000000000000000000000000000000000000000000000000000000000000000
The text was updated successfully, but these errors were encountered: