Closed epipping closed 8 years ago
Thanks very much Elias - now merged and working for me.
There's no need to do more, but I realised two things just after I merged the code:
format_decimal(char* fstr, int quant)
, that would be greatsprintf(opts, "a%f", *REAL(a))
with sprintf(opts, "a%.106f", *REAL(a))
work? (We'd have to make sure that there was enough space in opts
to prevent buffer overflows).I'll take a stab at it sometime later today!
I've tested this as follows:
This sequences of commands yields a test failure for the new master~1 (because a new test was added that fails) and no test failure for the new master.