in reply to Calculation discrepancy between Perl versions

An alternative to running with more significant digits, is to rewrite your code to make use of Number::WithError. This module knows how to propagate error through most common kinds of operations. This module will work with BigFloat numbers as well.
  • Comment on Re: Calculation discrepancy between Perl versions