I need to code y= (-b + (b^2 – 4ac)^1/2 )/2a

Variables a,b,c,and y are of type float.

And for this code the square root is exactly the same as it is IRL, like Sqrt 16=4

Thanks alot