Closed ChrisRackauckas closed 8 years ago
Could you try the branch convert_reals
, please? It has some ambiguity warnings though.
If you feel like cleaning it up, that would be great.
Seems to work. But then exp
isn't defined for DoubleDouble.
Sure, that (i.e. elementary functions such as exp
) is much, much harder to implement, except by wrapping it in a BigFloat
(cf. CRLibm.jl), which defeats the point of having a DoubleDouble
type. If you need this, you should check out ArbFloats.jl
.
Example: