Search:

Type: Posts; User: hend_

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,176

    Re: Solving the Quadratic Equation

    I've lately noticed that but maybe others who would start this course would search for the answer as I did, so the reply may benefit them
  2. Replies
    6
    Views
    1,176

    Re: Solving the Quadratic Equation

    Your code is fine, and also formula is fine.

    you only have missed some +/- places
    you should set:
    + Math.sqrt(d - 4 * a * c)
    - Math.sqrt(d - 4 * a * c)
    instead of:
    + Math.sqrt(d - 4 * a * c)...
Results 1 to 2 of 2