Skip to content

Within our test, we noticed that the value of S was -1e-17 which resulted in…

Wendy Merks-Swolfs requested to merge FixIssueRequestingSICNValue into master

Within our test, we noticed that the value of S was -1e-17 which resulted in weird values. This is fixed by defining sqrtS as 0.0 in case the value of S is lower than 0.0.

Merge request reports