Thanks for the info Ondrej and John.

On Friday, February 27, 2015 at 4:31:46 AM UTC+1, j verzani wrote:
>
> I think PyCall already has what you need for conversion:
>
> PyObject(big(pi)) will create a an mpf instance of a big float, like 
> big(pi)
> convert(BigFloat, PyObject(big(pi)))  will return a BigFloat from an mpf 
> instance.
>

Reply via email to