Closed
Description
Function choices including:
-
Current
ˆ
(tight, slow; rename totight_power
) vs.pow
(less tight, fast; rename tofast_power
) -- choose one of them to use as^
and the other aspow
-
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
Labels
No labels