Skip to content

Range inconsistency #11

Description

@Rufflewind

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions