Skip to content
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

Range inconsistency #11

Open
Rufflewind opened this issue Feb 24, 2017 · 0 comments
Open

Range inconsistency #11

Rufflewind opened this issue Feb 24, 2017 · 0 comments

Comments

@Rufflewind
Copy link

The ranges of float-to-integer conversions appear to be inconsistent with all approximation schemes except RoundToNegInf. For example, consider RoundToZero, which rounds

  • 255.5 to 255
  • -255.5 to -255

Yet, despite this, -256.5 does not round to -256, but instead causes NegOverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant