b property
Complex
get
b
The second coefficient of the equation in the form f(x) = ax^3 + bx^2 + cx + d = 0
Implementation
Complex get b => coefficients[1];
The second coefficient of the equation in the form f(x) = ax^3 + bx^2 + cx + d = 0
Complex get b => coefficients[1];