Declaration
procedure solveCubic(coeffs: TIEVisionImage; roots: TIEVisionImage); safecall;
Description
Find the real roots of a cubic equation.
| Parameter | Description |
| coeffs | Equation coefficients, an array of 3 or 4 elements |
| roots | Destination array of real roots that has 1 or 3 elements |