-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
round (and trunc, floor, ceil) not defined from Float64
or Float32
to BigInt
#13367
Comments
Ha. I spent a lot of effort getting things correct the other way, but it didn't occur to me that we missed these. It should be possible to do this directly using |
simonbyrne
added a commit
that referenced
this issue
Sep 30, 2015
simonbyrne
added a commit
that referenced
this issue
Sep 30, 2015
simonbyrne
added a commit
that referenced
this issue
Sep 30, 2015
carlobaldassi
added a commit
that referenced
this issue
Oct 1, 2015
add trunc methods to BigInt, fixes #13367
skumagai
pushed a commit
to skumagai/julia
that referenced
this issue
Oct 9, 2015
simonbyrne
added a commit
that referenced
this issue
Oct 31, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I didn't see this reported elsewhere, so:
There are definitions going from
BigFloat
toBigInt
. Maybe we could use those, if implementing a direct route is unfeasible.The text was updated successfully, but these errors were encountered: