https://bz.apache.org/bugzilla/show_bug.cgi?id=69892

            Bug ID: 69892
           Summary: Regression in poi internal rounding: sqrt(x) * sqrt(x)
                    != x
           Product: POI
           Version: 5.4.1-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SS Common
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 40130
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=40130&action=edit
assert that thr formula "sqrt(x) * sqrt(x)" evaluates to "x" in poi

Hi,
we recently updated from apache POI 5.4.1 to 5.5.0 and have experienced a
regression.
We have a test that does something similiar to the following:
expression: sqrt(x) * sqrt(x)
expected value: x

With the old poi version this evaluated as expected, with the new version we
have a difference at x e-12.

Is this intended or a regression? Also see the attachment for a Junit5
reproducer.

Best regards,
Ahmet

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to