❔ How to create a cubic function calculator that also calculates the minimum and maximum value
5 Replies
the program does what i ask, however i need it to keep going even if the discriminant is < 0
Do you mean that if the discriminant < 0 the program need to ask the user again for input or the program needs to just run all the code in the else-statement?
the program needs to just run all the code in the else-statement?
C# doesn't have built-in support for complex numbers. Find a math library that adds them
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.