solve_one_ineq | R Documentation |
Solves ax^2 + bx + c \ge 0
, then returns the complement of the solution set
wrt to the real line, unless the complement is empty, in which case
the function returns NA.
solve_one_ineq(A, B, C, tol = 1e-10)
A, |
B, C the coefficients of the quadratic equation. |
tol |
if |
Returns an "Intervals" object containing NA or the complement of the solution set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.