solutions abstract method

List<Complex> solutions()

Calculates the roots (the solutions) of the equation.

Implementation

List<Complex> solutions();