Skip to content

Extend interval arithmetic to quot and rem operations #122

@Mikolaj

Description

@Mikolaj

This is the following TODO in the code

-- An approximation: lower and upper bound.
-- TODO: extend, e.g., to general quot and rem.

Currently quot and rem is handled in a very crude way and handling of other operations can possibly be improved as well or other operations added, so the task is somewhat open-ended. There is literature on interval arithmetic for quot and rem, but it gets quite complex and possibly expensive or undefined at places, so this requires a careful analysis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions