Re: [racket-users] Assertion failures in bigfloat package

2019-04-21 Thread Shaobo He
Thank you guys. I'll start to dig into it after a paper deadline. Sam Tobin-Hochstadt 于2019年4月19日周五 上午7:29写道: > On 1: the best thing to do is figure out (probably with logging) which > call to MPFR and what arguments produce the assertion. > 2: I don't think there's any intended non-determinism.

Re: [racket-users] Assertion failures in bigfloat package

2019-04-19 Thread Sam Tobin-Hochstadt
On 1: the best thing to do is figure out (probably with logging) which call to MPFR and what arguments produce the assertion. 2: I don't think there's any intended non-determinism. Sam On Fri, Apr 19, 2019 at 12:56 AM wrote: > > Hello everyone, > > I'm using Racket's MPFR bindings to build an ap