✅ Can someone help me figure out how to write the quadratic formula? I keep getting an error
I think the error is because of some double, but all of my values are decimals.
6 Replies
damn i forgot to post as beginner again
what are the types of numA and numB?
I think the problem was with the Math.Sqrt() part
once I changed all the variables to double it fixed it.
every variable was a decimal before
yeah Math.Sqrt only takes a double
ty
that solves it
Closed!