-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
math/big: cannot calculate log16 of a 256 bit integer #28300
Labels
Comments
There's no
|
(There was a proposal to integrate a few additional operations (Log, Pow) into the standard library, but it was rejected: #14102). |
Thank You. That was exactly what I was looking for. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
how it works in python...
63.908875905794794
What did you see instead?
does not work for Big Ints
The text was updated successfully, but these errors were encountered: