polynomial_sol_J5: functions to solve 4th order polynomial function given...

View source: R/polynomial_sol_J5.R

polynomial_sol_J5R Documentation

functions to solve 4th order polynomial function given coefficients

Description

functions to solve 4th order polynomial function given coefficients

Usage

polynomial_sol_J5(c0, c1, c2, c3, c4)

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

c4

coefficient of 4th order term

Value

sol the 4 solutions of the polynomial function

Examples

polynomial_sol_J5(19,-53,19,-21,30)

ForLion documentation built on June 10, 2025, 5:13 p.m.