develooper Front page | perl.perl5.porters | Postings from April 2015

[perl #124382] [PATCH] Speed up Math::BigFloat -> blog().

Thread Next
From:
perlbug-followup
Date:
April 24, 2015 13:16
Subject:
[perl #124382] [PATCH] Speed up Math::BigFloat -> blog().
Message ID:
rt-4.0.18-18604-1429881389-1915.124382-75-0@perl.org
# New Ticket Created by  (Peter J. Acklam) 
# Please include the string:  [perl #124382]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124382 >


Speed up Math::BigFloat -> blog().

- Intermediate computations in blog() increases the number of digits
  significantly in some cases. Reduce the number of digits by rounding.
  However, keep some extra digits for remaining intermediate computations
  before the final rounding.

- This patch fixes CPAN RT #43924.
Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About