Answer:
Explanation:
function finder($add,$product) {
$inside_root = $add*$add - 4*$product;
if($inside_root >=0) {
$b = ($add + sqrt($inside_root))/2;
$a = $add - $b;...
-3 and 8
6.6m questions
8.7m answers