Learn R Programming

ForLion (version 0.3.0)

polynomial_sol_J3: functions to solve 2th order polynomial function given coefficients

Description

functions to solve 2th order polynomial function given coefficients

Usage

polynomial_sol_J3(c0, c1, c2)

Value

sol the 2 solutions of the polynomial function

Arguments

c0

constant coefficient of polynomial function

c1

coefficient of 1st order term

c2

coefficient of 2nd order term

Examples

Run this code
polynomial_sol_J3(-2,-3, 1)

Run the code above in your browser using DataLab