Skip to content

Unbounded isapprox #132

@aplavin

Description

@aplavin

Currently, isapprox relative tolerance is based on the maximum of interval endpoints. This makes a lot of sense for finite intervals, but is kinda weird for infinities:

julia> (-1e10..Inf)  (1e10..Inf)
true

Do you think this can be fixed/improved in a consistent manner?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions