Error in quadratic formula

Issue #276 duplicate
Former user created an issue

Originally reported on Google Code with ID 276 ``` What steps will reproduce the problem? Using the equations for the Quadratic Formula from the Math Book tab will lead to incorrect answers (formula is wrong).

What is the expected output? What do you see instead? The end of the x1 and x2 formulas needs to have () to divide by 2a Corrected: x1=(-b+sqrt(b^2-4*a*c))/(2*a) x2=(-b-sqrt(b^2-4*a*c))/(2*a)

What version of the product are you using? On what operating system? Using version 0.10.1 on Ubuntu 8.10

Please provide any additional information below.

```

Reported by `mkuipers@covenant.vic.edu.au` on 2009-04-18 00:45:27

Comments (1)

  1. Former user Account Deleted

    Reported by `helder.pereira.correia` on 2009-04-18 10:44:46 - Status changed: `Duplicate` - Merged into: #197

  2. Log in to comment