Skip to content

Instantly share code, notes, and snippets.

@valyakuttan
Last active June 29, 2022 17:51
Show Gist options
  • Save valyakuttan/096f4135714aad1989f5953952b4477d to your computer and use it in GitHub Desktop.
Save valyakuttan/096f4135714aad1989f5953952b4477d to your computer and use it in GitHub Desktop.
Math support of github

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