Skip to content

Allow user to easily specify to use faster, but less tight, functions #56

Closed
@dpsanders

Description

@dpsanders

Function choices including:

  • Current ˆ (tight, slow; rename to tight_power) vs. pow (less tight, fast; rename to fast_power) -- choose one of them to use as ^ and the other as pow

  • convert(Interval, x::Float64) (tight vs. accurate)

  • Fast versions of tanh etc. (all functions not exported by CRlibm, for which MPFR is currently used)

Syntax something like

IntervalArithmetic.configure(power=^, convert=:tight)

Can be a non-exported function.

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