solve_one_ineq | R Documentation |
Solves ax^2 + bx + c ≤q 0. If the solution is empty, the function returns NA.
solve_one_ineq(A, B, C, tol = 1e-08)
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 the solution set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.