#Did I solve the task correctly?
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
Looks good. Small nitpick on the question, a,b,c are called "coefficients" not "prefixes".
^ @midnight rivet
just little tips
you could create variable that hold the value of Math.sqrt(b * b - 4.0 * a * c)
so you do not calculate it twice
part of a clean code that you do not repeat yourself
and well done
Thanks all
you welcome
Made an issue
On the list to fix