Tab police

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-03-25 15:27:30 +00:00
parent 0ebd188e03
commit 6b37cec59a
1 changed files with 19 additions and 19 deletions

View File

@ -928,29 +928,29 @@ are simply solved by adjusting the import statements in users code.">
equals to make all instances with real or imaginary part NaN equal. equals to make all instances with real or imaginary part NaN equal.
</action> </action>
<action dev="psteitz" type="fix" issue="MATH-12" due-to="Keith McDonald"> <action dev="psteitz" type="fix" issue="MATH-12" due-to="Keith McDonald">
Fixed bin index overflow problem in EmpiricalDistributionImpl. Fixed bin index overflow problem in EmpiricalDistributionImpl.
</action> </action>
<action dev="brentworden" type="fix" issue="MATH-108" due-to="Xiaogang Zhang"> <action dev="brentworden" type="fix" issue="MATH-108" due-to="Xiaogang Zhang">
Added protection against numerical overflow and underflow in the Added protection against numerical overflow and underflow in the
isBracketing method. isBracketing method.
</action> </action>
<action dev="brentworden" type="fix" issue="MATH-47" due-to="Nikhil Gupte"> <action dev="brentworden" type="fix" issue="MATH-47" due-to="Nikhil Gupte">
Fixed division by zero error in rounding methods. Fixed division by zero error in rounding methods.
</action> </action>
<action dev="brentworden" type="fix" issue="MATH-100" due-to="Mike Hu"> <action dev="brentworden" type="fix" issue="MATH-100" due-to="Mike Hu">
Added upper tail cumulative probability method to HypergeometricDistributionImpl. Added upper tail cumulative probability method to HypergeometricDistributionImpl.
</action> </action>
<action dev="brentworden" type="fix" issue="MATH-22" due-to="Xiaogang Zhang"> <action dev="brentworden" type="fix" issue="MATH-22" due-to="Xiaogang Zhang">
Added better handling of numerical overflow and division by zero in Added better handling of numerical overflow and division by zero in
Complex calculations. Complex calculations.
</action> </action>
<action dev="brentworden" type="fix" issue="MATH-92" due-to="Mikael Weigelt"> <action dev="brentworden" type="fix" issue="MATH-92" due-to="Mikael Weigelt">
Changed ContinuedFraction to better handle infinite convergents that Changed ContinuedFraction to better handle infinite convergents that
resulted in divergent continued fraction evaluations. resulted in divergent continued fraction evaluations.
</action> </action>
<action dev="brentworden" type="fix" issue="MATH-32" due-to="Srinivas Vemury"> <action dev="brentworden" type="fix" issue="MATH-32" due-to="Srinivas Vemury">
Changed rounding methods to not rely on BigDecimal conversions which Changed rounding methods to not rely on BigDecimal conversions which
was causing numerical error. was causing numerical error.
</action> </action>
<action dev="psteitz" type="fix" issue="MATH-3" due-to="Jörg Weimar"> <action dev="psteitz" type="fix" issue="MATH-3" due-to="Jörg Weimar">
Changed Fraction(double) to correctly handle near-integral arguments. Changed Fraction(double) to correctly handle near-integral arguments.