carlj-w
Results
1
issues of
carlj-w
In _ModelicaByExample/Functions/Nonlinearities/InverseQuadratic.mo_, the algorithm specified is `x := sqrt(b*b - 4*a*(c - y))/(2*a);` but it should be `x := (-b + sqrt(b*b - 4*a*(c - y)))/(2*a);`