https://github.com/petershirley/raytracinginoneweekend/blob/0abfd4c3e0d6fcb932d087832706ac968675a72e/sphere.h#L32 ` float discriminant = b*b - a*c;` should be ` float discriminant = b*b - 4*a*c;`