initialGuess property

Complex initialGuess
final

The initial guess from which the algorithm has to start finding the roots. It's defaulted to Complex.zero() because the method will work regardless the value of the initial guess.

Implementation

final Complex initialGuess;