Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace quadratic equation #353

Open
gfiumara opened this issue Jun 27, 2023 · 0 comments
Open

Replace quadratic equation #353

gfiumara opened this issue Jun 27, 2023 · 0 comments
Labels
enhancement library Development interface and library WG 3 Road Map Tasks identified by ISO/IEC JTC 1/SC 37/WG 3.

Comments

@gfiumara
Copy link
Member

Consider changing this equation.

ISO/IEC 29794-4:2017 Equation 12 is well known to be susceptible to rounding errors, better, more stable formulations exist. The most stable method would be SVD (Singular Value Decomposition). A sufficient alternative may be the formula given under “Avoiding loss of significance” in https://en.wikipedia.org/wiki/Quadratic_equation

Source: Comment DE-068 from ISO/IEC JTC 1/SC 37/WG 3 N 1416 (Clause 5.2.2.2)

@gfiumara gfiumara added enhancement library Development interface and library WG 3 Road Map Tasks identified by ISO/IEC JTC 1/SC 37/WG 3. labels Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement library Development interface and library WG 3 Road Map Tasks identified by ISO/IEC JTC 1/SC 37/WG 3.
Projects
None yet
Development

No branches or pull requests

1 participant