_==0 "exec" "gawk" "-f" "$0" BEGIN{ OFMT="%.14g" } { print $1==$2 ? sqrt(2)*$1 : sqrt($1>$2 ? $1*$1-$2*$2 : $2*$2-$1*$1) }