-
-
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
ifloor, iceil, itrunc #3040
Comments
I've just checked, and it seems that the typed |
I think it needs to be an error. |
They convert to a Int64 if it fits, otherwise to BigInt.
…rt of #3040) FloatingPoint->Int128 conversion (existing code mostly works for BigFloat too) more BigFloat to int conversions fix a couple other BigFloat issues
Bumping an old issue. It seems that |
iround
now checks for out-of-range values, and allows a type argument to specify what to convert to. These features should be extended toifloor
,iceil
, anditrunc
.The text was updated successfully, but these errors were encountered: