Chenhaiqing
Results
1
comments of
Chenhaiqing
I fix this bug. ``` if (root < t_min || t_max < root) { root = (-half_b + sqrtd) / a; if (root < t_min || t_max < root) return...