Skip to content

Fix C -- Julia BigFloat interoperability

Compare
Choose a tag to compare
@MikaelSlevinsky MikaelSlevinsky released this 15 May 02:53
· 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.