Description Usage Arguments Value
General function to solve classic quadratic equation:
a x^2 + b x + c = 0
from https://rpubs.com/kikihatzistavrou/80124
1 |
a |
Numeric value for quadratic term of x. |
b |
Numeric value for multiplicative term of x. |
c |
Numeric value for constant term. |
Returns the root/s fo the quadratic equation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.