Skip to content

Instantly share code, notes, and snippets.

@dfyz
Last active June 28, 2022 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfyz/5a0a3c6100fc1c39272e5599cfbcca0d to your computer and use it in GitHub Desktop.
Save dfyz/5a0a3c6100fc1c39272e5599cfbcca0d to your computer and use it in GitHub Desktop.

When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment