pentaho / pentaho-reporting

Java class library for generating reports.
Other
283 stars 364 forks source link

[PDI-19695] - Formula ATAN2 is not working as expected #1612

Closed hv-shiva closed 11 months ago

hv-shiva commented 11 months ago

Two Issues with the code: (1) incorrect index used for 2nd parameter (2) Order of passing parameter is incorrect in Math.atan2(double y, double x)

Testing results image

buildguy commented 11 months ago

:white_check_mark: Build finished in 25m 58s

Build command:

mvn clean verify -B -e -Daudit -amd -pl libraries/libformula

:ok_hand: All tests passed!

Tests run: 2511, Failures: 0, Skipped: 15    Test Results


:information_source: This is an automatic message