# Example on page 65 float r a=1 b=1.5 c=-1 (( r=sqrt(b*b-4*a*c) )) print r1=$(( (-b+r)/2 )) r2=$(( (-b-r)/2 ))