polynomial_sol_J4 {ForLion} | R Documentation |
functions to solve 3th order polynomial function given coefficients
Description
functions to solve 3th order polynomial function given coefficients
Usage
polynomial_sol_J4(c0, c1, c2, c3)
Arguments
c0 |
constant coefficient of polynomial function |
c1 |
coefficient of 1st order term |
c2 |
coefficient of 2nd order term |
c3 |
coefficient of 3rd order term |
Value
sol the 3 solutions of the polynomial function
Examples
polynomial_sol_J4(0,9,6,1)
[Package ForLion version 0.3.0 Index]