On 2016-02-05 18:54:10, SISYPHUS wrote:
Show quoted text> Thanks Slaven.
>
> Math::LongDouble now, by default, prints out extra digits.
> Prior to version 0.16 it printed out LDBL_MANT_DIG (most commonly 18)
> digits, but I've changed that to the more generally accepted 1 +
> ceil(P*log(2)/log(10)) - where P is the precision of the long double
> (most commonly 64).
> The value of that expression is usually 21 - and t/LongDouble.t needs
> to be amended to cater for this change in Math::LongDouble behaviour.
>
> This should be fixed in github:
>
https://github.com/sisyphus/math-mpfr
>
> I've yet to run the final checks on the github version of Math::MPFR
> and get it uploaded to CPAN.
Recent versions of Math-MPFR do not seem to show this failure anymore (checked
http://matrix.cpantesters.org/?dist=Math-MPFR%204.13 ), so I assume this issue may be resolved?