View source: R/polynomial_sol_J3.R
polynomial_sol_J3 | R Documentation |
functions to solve 2th order polynomial function given coefficients
polynomial_sol_J3(c0, c1, c2)
c0 |
constant coefficient of polynomial function |
c1 |
coefficient of 1st order term |
c2 |
coefficient of 2nd order term |
sol the 2 solutions of the polynomial function
polynomial_sol_J3(-2,-3, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.