View source: R/math-functions.R
quadratic_formula | R Documentation |
a
, b
, and c
such that they satisfy the equation (a * (x ^ 2)) + bx + c = 0
Deploy the quadratic formula given inputs a
, b
, and c
such that they satisfy the equation (a * (x ^ 2)) + bx + c = 0
quadratic_formula(a, b, c)
a |
The coefficient of the squared term |
b |
The coefficient of the linear term |
c |
The coefficient of the constant term |
The solutions to the equation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.