solve_one_ineq_complement | R Documentation |
Solves ax^2 + bx + c ≥ 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_complement(A, B, C, tol = 1e-10)
A, |
B, C the coefficients of the quadratic equation. |
tol |
if |a|, |b|, or |c| is not larger than tol, then treat it as zero. |
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.