Fix C -- Julia BigFloat interoperability
·
109 commits
to master
since this release
Julia BigFloat
does not have the same size as mpfr_t
.
So we give all Julia-owned data its own address, and dereference to retrieve the number.